Skip to content

Feature request: support S3 authentication #479

@jamshid

Description

@jamshid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    extensionsImprove an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions