{"id":13813708,"url":"https://github.com/httpie/httpie-aws-auth","last_synced_at":"2026-03-10T02:33:43.221Z","repository":{"id":14074324,"uuid":"75901575","full_name":"httpie/httpie-aws-auth","owner":"httpie","description":"AWS / Amazon S3 auth plugin for HTTPie","archived":false,"fork":false,"pushed_at":"2024-01-18T21:13:09.000Z","size":6,"stargazers_count":43,"open_issues_count":4,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T19:45:32.904Z","etag":null,"topics":["amazon","api","api-client","api-testing","auth","aws","cli","http","httpie","plugin","s3"],"latest_commit_sha":null,"homepage":"https://httpie.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httpie.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-08T04:02:22.000Z","updated_at":"2025-12-30T19:20:14.000Z","dependencies_parsed_at":"2024-08-04T04:04:33.771Z","dependency_job_id":null,"html_url":"https://github.com/httpie/httpie-aws-auth","commit_stats":null,"previous_names":["jkbrzt/httpie-aws-auth"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/httpie/httpie-aws-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpie%2Fhttpie-aws-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpie%2Fhttpie-aws-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpie%2Fhttpie-aws-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpie%2Fhttpie-aws-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httpie","download_url":"https://codeload.github.com/httpie/httpie-aws-auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpie%2Fhttpie-aws-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30322645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon","api","api-client","api-testing","auth","aws","cli","http","httpie","plugin","s3"],"created_at":"2024-08-04T04:01:26.579Z","updated_at":"2026-03-10T02:33:43.185Z","avatar_url":"https://github.com/httpie.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"httpie-aws-auth\n===============\n\nAWS / Amazon S3 auth plugin for `HTTPie \u003chttps://httpie.org/\u003e`_.\n\n\nInstallation\n============\n\n.. code-block:: bash\n\n    $ pip install --upgrade httpie-aws-auth\n\n\nYou should now see ``aws`` under ``--auth-type / -A`` in ``$ http --help`` output.\n\n\nUsage\n=====\n\n\nCredentials on the CLI\n----------------------\n\nThe syntax and behavior is the same as with the basic auth.\n\n\nSpecify both access key ID and secret\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code-block:: bash\n\n    http --auth-type aws -a ACCESSKEYXXX:AWSSECRETKEYXXX http://bucket.s3.amazonaws.com/test\n\n\nSpecify only the key\n~~~~~~~~~~~~~~~~~~~~\n\nThere'll be a password prompt:\n\n.. code-block:: bash\n\n    $ http -A aws -a ACCESSKEYXXX http://bucket.s3.amazonaws.com/test\n    http: password for ACCESSKEYXXX@bucket.s3.amazonaws.com: \u003center aws secret key\u003e\n\n\nAuth via the ``AWS_*`` environment variables\n--------------------------------------------\n\nThe names are identical to what\n`AWS CLI \u003chttps://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-environment\u003e`_\nand other tools use, so you might be already good to go.\n\n\n.. code-block:: bash\n\n    export AWS_ACCESS_KEY_ID=ACCESSKEYXXX\n    export AWS_SECRET_ACCESS_KEY=AWSSECRETKEYXXX\n\n    http -A aws http://bucket.s3.amazonaws.com/test\n\n\nImplementation\n--------------\n\nThis plugin uses https://github.com/tax/python-requests-aws\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttpie%2Fhttpie-aws-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttpie%2Fhttpie-aws-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttpie%2Fhttpie-aws-auth/lists"}