Giter Club home page Giter Club logo

Comments (3)

aristidb avatar aristidb commented on July 18, 2024

Sure. Maybe a quicker goal might be Glacier-S3 support though, as it's just
a storage mode.
Am 14.10.2013 21:53 schrieb "Joachim Breitner" [email protected]:

It would be nice if aws would support Amazon Glacier. Possibly, this would
make it possible for git-annex to support Glacier without external tools.


Reply to this email directly or view it on GitHubhttps://github.com//issues/81
.

from aws.

joeyh avatar joeyh commented on July 18, 2024

Glacier-S3 support would be preferable, actually. At least as far as git-annex goes.

amazonka seems to have also taken this approach; it doesn't have bindings to the glacier API currently, but does support the S3 to glacier lifecycle.

What seems to be needed:

http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html

http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOSTrestore.html

from aws.

joeyh avatar joeyh commented on July 18, 2024

Object lifecycle management is also now important to use the Infrequent Access storage class. A user may want to put an object to the standard class to start with, but degrading to the IA storage class after a while, and then later to glacier.

Storage class configuration is a rather complex xml document, so a data type that expresses it well would be convenient for users. Amazonka has one here: http://hackage.haskell.org/package/amazonka-s3-1.3.2/docs/Network-AWS-S3-Types.html#t:BucketLifecycleConfiguration

from aws.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.