vote up 1 vote down star

If there is a button that I have read/write access on from my AWS account, is there any way to get the CanonicalUser id of the owner?

Reading the ACL Policy seems to be impossible unless you are the owner : /.

flag

71% accept rate

1 Answer

vote up 1 vote down check

You don't have to be able to read ACL to figure out user id. Simple GET on the bucket in question will provide that info.

http://docs.amazonwebservices.com/AmazonS3/2006-03-01/index.html?RESTBucketGET.html

link|flag
Wow, I totally overlooked this. Thank you so much! This really helps! – the_undefined Aug 11 at 15:26

Your Answer

Get an OpenID
or

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