Using account A, I can add user B to the permissions of a bucket, but that bucket does not then show up in user B's management console.

  1. What does it mean to give a user permissions in this way?
  2. Is it possible for 2 users to truly have the same access to a bucket, so that it shows up in both consoles?
link|improve this question

75% accept rate
feedback

1 Answer

up vote 0 down vote accepted
  1. Buckets are fully private by default so basically you allow their AWS account the [selected] permissions to your bucket.
  2. Nope. But I think this feature is coming soon. If you notice the bucket properties it has a line for who the owner is :)

Other tools have what's called an "External Bucket" feature to add other user's buckets they have permission for.

If the S3 console is important enough, see if the newly released "AWS Identity and Access Management" feature can get the job done:

http://aws.amazon.com/iam/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.