New S3 Bucket Policy required.

0

Hello,

We currently use S3 buckets to upload/link pictures directly to templates and listings on Seller Central. Due the constant evolution of both platforms our knowledge of the right bucket policies seems to be outdated. I've experimented with the help info and different policies listed there but couldn't get it to work. Could we get the newest policy to make AWS work in tandem with Seller Central aka be open to use on Seller Central. The last bucket policy we used looked like the pic attached. Out dated Bucket Policy

Thanks in advance.

  • Could anyone confirm if the Version is still up to date ? In Line 2. "2012-10-17" Someone told me that there might be a newer version for this. If anyone could confirm this for me that would be great

gefragt vor 7 Monaten207 Aufrufe
1 Antwort
2

Hello. I provide an example of the s3 bucket policy below. So could you please use that because you made some mistakes in your definition?

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": "*",
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::YOUR_BUCKET_NAME/*"
        }
    ]
}

Regards, Andrii

profile picture
EXPERTE
beantwortet vor 7 Monaten
  • Thanks for the quick reply I tried it and couldn't personally get it to work with the templates. Could anyone confirm if the Version is still up to date ? In Line 2. "2012-10-17" Someone told me that there might be a newer version for this. If anyone could confirm this for me that would be great

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen