Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

243
Vistas
Require a custom header on a get request for an s3 object in bucket policy?

Is it possible to require a custom header like

"x-amz-meta-blah:foobar"

when making a GET request for an s3 object as part of your bucket policy?

Something like;

{
  "Version":"2012-10-17",
  "Statement":[
   {
     "Sid":"111",
     "Effect":"Allow",
     "Principal":{
      "AWS":"123456789"
     },
     "Action":"s3:GetObject",
     "Resource":"arn:aws:s3:::bucket01/*"
   },
   {
     "Sid":"112",
     "Effect":"Allow",
     "Principal":{
      "AWS":"123456789"
     },
     "Action":"s3:GetObject",
     "Resource":"arn:aws:s3:::bucket01/*",
     "Condition":{
      "StringEquals":{
        "s3:x-amz-meta-blah":[
         "x-amz-meta-blah:foobar"
        ]
      }
     }
   }
  ]
}
about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

According to IAM Policy Simulator, it seems possible:

enter image description here

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda