-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Feature request: support S3 authentication #479
Copy link
Copy link
Closed
Labels
extensionsImprove an existing featureImprove an existing feature
Description
It would be great if httpie supported S3 authentication. That would make interacting with AWS S3 and S3-compatible servers so much easier than using a crusty S3 client like s3curl.pl (https://aws.amazon.com/code/128).
Hopefully it's easy to use https://github.com/tax/python-requests-aws to add the "Authorization: AWS access-key:hash" and other request headers.
Being able to handle the different types of endpoints might be tricky:
https://s3.amazonaws.com/mybucket
https://mybucket.s3.amazonaws.com/
https://s3compatible.example.com/mybucket
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
extensionsImprove an existing featureImprove an existing feature