Reputation: 972
I have an S3 object in account A and I want to give full control over this object to Account B. I have tried setting up policies, but I cannot manage it and I am confused. Can someone help me with this? Thanks.
Upvotes: 0
Views: 37
Reputation: 972
The problem was that Account B did not had any S3 access and by providing access I was able to change object ownership by copying over the object on top of it's self. Thank you all for the replies, it did help.
Upvotes: 0
Reputation: 1201
You can give access to user in Account A to objects in S3 bucket of Account B, by enabling the cross-account access. The below AWS documentation clearly gives the information of S3 bucket granting cross-account access. Bucket Owner Granting Cross-Account Bucket Permissions
Upvotes: 1