archiecobbs / s3backer

FUSE/NBD single file backing store via Amazon S3
Other
535 stars 77 forks source link

Feature: Add support for ONEZONE_IA #134

Closed brianredbeard closed 4 years ago

brianredbeard commented 4 years ago

This enables support for users to directly configure ONEZONE_IA as a target storage class for files placed into S3. This is important because when using LifeCycle policies users are forced to keep content in a higher storage class for a minimum of 30 days.

When specified at the actual client level, content can be immediately specified as the preferred storage class.


AWS information on One Zone IA (Infrequent Access)

brianredbeard commented 4 years ago

I figured since I was opening an issue, I should go ahead and submit these changes (which I've been using) upstream. :smile:

archiecobbs commented 4 years ago

Looks good - thanks.