> such as simultaneously backing up to s3 and glacier
I you want that for every object in the bucket (or specific files with a prefix), you are be able achieve that by adding a lifecycle rule:
1 Select the bucket
2 Add a new lifecycle rule
3 Action = Archive only
4 Archive to the Glacier Storage Class 0 after the object's creation date. (Enter '0' for same-day archival)
5 Save rule
I you want that for every object in the bucket (or specific files with a prefix), you are be able achieve that by adding a lifecycle rule:
1 Select the bucket 2 Add a new lifecycle rule 3 Action = Archive only 4 Archive to the Glacier Storage Class 0 after the object's creation date. (Enter '0' for same-day archival) 5 Save rule
You can automate that using aws cli