If I have an S3 bucket in account A that I'd like to turn logging on for I have to select a bucket for the logs to be written to. Is it possible to set permissions such that I can select a bucket in account B for these logs to be written to?
Asked
Active
Viewed 1,334 times
3
-
1I'm voting to close this question as off-topic because it is a question better suited to be asked of the vendor. – Wesley Oct 28 '15 at 15:36
-
2@Wesley you don't think that s3 is of sufficient general interest that it is in serverfault's interest to have answers to specific use cases answered on serverfault? – Steven Noble Oct 28 '15 at 17:46
-
No. – Wesley Oct 28 '15 at 19:08
1 Answers
5
No, but you could easily create a Lambda function that is triggered upon S3 object creation, that copies files to the other S3 bucket.

EEAA
- 109,363
- 18
- 175
- 245