I have made my S3 bucket publicly accessible for my images to show up still access is denied

0

I have made my bucket publically accessible, but when I go to download the images into a CSV file to upload to my social media scheduler, it gives me an error message: access denied.

Sharon
質問済み 3ヶ月前135ビュー
1回答
0

To resolve the access denied error when downloading images from your S3 bucket, check the permissions on the bucket and objects.

Make sure the IAM user or role you are using to access S3 has the necessary permissions. The policy should allow the s3:GetObject action on the specific bucket and objects.

Check if your bucket has a Block Public Access setting enabled that could be restricting access. You can modify these settings as needed.

Verify that any object-level ACLs also allow the desired access. ACLs can override the bucket policy permissions.

If the objects are encrypted, the IAM policy also needs kms:Decrypt permissions on the customer master key (CMK).

Test accessing a single object directly with the AWS CLI to validate permissions:

profile picture
エキスパート
回答済み 3ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ