archiecobbs / s3backer

FUSE/NBD single file backing store via Amazon S3
Other
533 stars 76 forks source link

Support for RRS (Reduced Redundancy Storage) #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a feature request for the new (cheaper) RRS that Amazon started
offering recently:

http://aws.amazon.com/s3/faqs/#How_do_I_specify_that_I_want_to_store_my_data_usi
ng_RRS

Objects need to be 'PUT' with a different storage class setting to make use
of the new storage class.

Original issue reported on code.google.com by mrva...@gmail.com on 25 May 2010 at 10:08

GoogleCodeExporter commented 9 years ago

Original comment by archie.c...@gmail.com on 26 May 2010 at 2:13

GoogleCodeExporter commented 9 years ago
Note to self:

How to implement this...

Just include "x-amz-storage-class" header with value "REDUCED_REDUNDANCY" (as 
opposed
to the default which is "STANDARD").

Original comment by archie.c...@gmail.com on 4 Jun 2010 at 9:53

GoogleCodeExporter commented 9 years ago
Added in r435.

Original comment by archie.c...@gmail.com on 7 Jun 2010 at 4:32

GoogleCodeExporter commented 9 years ago
To start: thx for implementing this, but I hate to tell the feature is called 
Reduced 
Redundancy Storage, so a more logical commandline option would be --rrs 
(instead of --
rss).

I don't mind the rss variable in the code, but I would change that as well...

Original comment by mrva...@gmail.com on 7 Jun 2010 at 5:50

GoogleCodeExporter commented 9 years ago
Ha! Funny. Thanks, fixed in r436.

Original comment by archie.c...@gmail.com on 7 Jun 2010 at 6:11

GoogleCodeExporter commented 9 years ago
YW! And again: thx for the continued support on the best S3 virtual FS I know ;)

Original comment by mrva...@gmail.com on 7 Jun 2010 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by archie.c...@gmail.com on 22 Oct 2010 at 8:02