Amazon S3 - External Bucket Association APi - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T22:46:52Z http://stackoverflow.com/feeds/question/835509 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/835509/amazon-s3-external-bucket-association-api 1 Amazon S3 - External Bucket Association APi Ian Warner 2009-05-07T15:55:51Z 2009-08-11T14:36:22Z <p>Hi</p> <p>I want to associate a bucket in X account that is created by account Y</p> <p>Account Y has given read and write permissons to X on the bucket via the Email ID</p> <p>This was done using S3Fox - however when I log into X account I see no way to associate the external bucket.</p> <p>I tried entering the bucket name as usual but didnt work</p> <p>So I would like to code my own association via php and rest but cant find the call in the API docs - can someone send me a link or example code on how to create an external bucket in account X</p> <p>Thanks</p> http://stackoverflow.com/questions/835509/amazon-s3-external-bucket-association-api/1260778#1260778 0 Answer by Martin Kirsch for Amazon S3 - External Bucket Association APi Martin Kirsch 2009-08-11T14:36:22Z 2009-08-11T14:36:22Z <p>Account X has to configure bucket from Y as "external bucket". but it is worse. the external bucket feature depends on the client software X uses. so the information on wich buckets X listen to is stored at X`s client not at S3. X have to use a s3 client wich supports external buckets.</p> <p>Martin </p>