Giter Site home page Giter Site logo

Comments (3)

aajtodd avatar aajtodd commented on September 16, 2024

https://docs.aws.amazon.com/amazonglacier/latest/dev/api-common-request-headers.html

from aws-sdk-kotlin.

aajtodd avatar aajtodd commented on September 16, 2024

https://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html

example's from Go V2:

from aws-sdk-kotlin.

aajtodd avatar aajtodd commented on September 16, 2024

estimate 3 weeks if we need to implement the checksum (sha256) capability in the runtime.
estimate 2 week if checksum capability has been added to the runtime already

Implementing the tree hash functionality as a middleware should be relatively straightforward given the raw hashing capabilities exist in the runtime (see smithy-lang/smithy-kotlin#382)

The x-amz-content-sha256 can be added by customizing the signing middleware config like required for S3:

            install(AwsSigV4SigningMiddleware) {
                credentialsProvider = config.credentialsProvider ?: DefaultChainCredentialsProvider()
                signingService = "s3"
                signedBodyHeaderType = AwsSignedBodyHeaderType.X_AMZ_CONTENT_SHA256
            }

from aws-sdk-kotlin.

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.