how can i make s3 bucket make public for single iam user or root user or owner of bucket

0

hello,

When i am login as a root user in aws console and try to open any object file from s3 bucket using object url in browser i am getting following error

<Error> <Code>AccessDenied</Code> <Message>Access Denied</Message> <RequestId>JTZXNVDSYH9ZKM73</RequestId> <HostId>pyGf1VYpvjATV3wBHn3fVCqeJnsaerNqThMQS1fdcA7hzC1gI9UdI7Z2OlJZ0aa1Q9oyl+3BRiE=</HostId> </Error>

So help me in this query, how can i allow any single user to access file using object url?

1개 답변
0

You can access an object wit Object URL only if the object is public (more information here). The Object URL does not carry any authorization context. Any authorized user can still download the object from the S3 console clicking on the "Download" button on the top right, or using the AWS CLI with the aws s3 cp command (see the documentation).

AWS
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠