Backing up files in Object Storage

Sounds like a job for a Lambda then. You can write a script that triggers on upload and puts the recently touched file elsewhere.

https://docs.aws.amazon.com/lambda/latest/dg/with-s3.html

6 Likes