Skip to content

Need to triage the per-service quirks from aws-sdk-jsΒ #20

@danopia

Description

@danopia

The Glacier module didn't actually work because of a Glacier header quirk which aws-sdk-js handles directly. There is a whole directory of these: https://github.com/aws/aws-sdk-js/tree/master/lib/services

Some of these quirks are just extra headers. Others are changes to hashing, or additional checksums. Cloudfront adds a custom signer for making cookies. S3's is basically a rewrite of the client, 1000+ extra lines.

Every service in this folder should be triaged for whether the quirk is blocking, how important it is, if the service needs to be marked "broken" until the quirk is implemented, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions