Does git-annex
support retrieving files from S3 if the remote objects have been moved to the "Standard-Infrequent Access" storage class via a AWS lifecyle rule?
Does git-annex
support retrieving files from S3 if the remote objects have been moved to the "Standard-Infrequent Access" storage class via a AWS lifecyle rule?
Retrieval will work just fine.
As for storing files with this storage class already set, it's implemented in the
s3-classes
branch, but merging that is blocked on a patch being made to the aws library.