Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
danopia opened this issue Dec 21, 2021 · 0 comments
Open

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

danopia opened this issue Dec 21, 2021 · 0 comments

Comments

@danopia
Copy link
Member

danopia commented Dec 21, 2021

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.

@danopia danopia moved this to In Progress in AWS APIs Dec 26, 2021
@danopia danopia added this to AWS APIs Dec 26, 2021
@danopia danopia moved this from In Progress to Todo in AWS APIs Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant