Is there an S3 policy for limiting access to only see/access one bucket?

前端 未结 23 751
孤城傲影
孤城傲影 2020-11-29 15:08

I have a simple bucket that looks like images.mysite.com on my S3 and other buckets containing backups, etc.

I want to allow a specific user to be able

23条回答
  •  抹茶落季
    2020-11-29 16:04

    As it has been well discussed above, listing only one bucket on console is not possible. But if S3 bucket's access is attached to an IAM, IAM can directly access the bucket if URL to bucket is available. S3 bucket url will be like:

    https://s3.console.aws.amazon.com/s3/buckets/BucketName

    Where BucketName is name of bucket IAM has access to

提交回复
热议问题