views:

85

answers:

1

Hi all - I can set up my EC2 instances so that certain users other than myself are allowed to SSH in. Is there anyway of achieving a similar situation with S3 in giving certain users access to buckets without revealing the Access ID and Secret keys?

Thanks for any help.

Max.

A: 

Yes, the method to do this is described in the Access Control Lists documentation.

Note that when using ACLs, the other users to whom you grant permissions must have their own Amazon S3 account. If your users don't have their own account, see:

Greg Hewgill
Great answer - thank you for that. Max.
user7289