Amazon S3 security credentials per bucket
Posted
by slythic
on Stack Overflow
See other posts from Stack Overflow
or by slythic
Published on 2010-06-03T03:54:29Z
Indexed on
2010/06/03
4:04 UTC
Read the original article
Hit count: 309
Hi all,
I was wondering if it was possible to generate security credentials per individual Amazon S3 bucket. I am working with a developer and would like to grant him access only to the bucket we are working with. It's not a trust issue, it's more a concern that he'll delete the wrong bucket or its contents.
For example: If we were working on an application that used a bucket called test-application
I could generate the credentials for just that one bucket. These credentials would not allow access to other buckets in my account.
Is this possible?
Thanks,
Tony
© Stack Overflow or respective owner