https://github.com/hivesolutions/s3-api
Simple Python based API client for Amazon S3
https://github.com/hivesolutions/s3-api
api client python s3
Last synced: 26 days ago
JSON representation
Simple Python based API client for Amazon S3
- Host: GitHub
- URL: https://github.com/hivesolutions/s3-api
- Owner: hivesolutions
- Created: 2018-03-19T11:23:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-07T11:14:42.000Z (7 months ago)
- Last Synced: 2026-05-18T20:49:59.275Z (about 1 month ago)
- Topics: api, client, python, s3
- Language: Python
- Homepage: http://s3-api.hive.pt
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Amazon S3 API](http://s3-api.hive.pt)
Simple Python based API client for Amazon S3.
## Configuration
| Name | Type | Default | Description |
| ----------------- | ----- | --------------------------- | ----------------------------------------------------------------------------------------- |
| **S3_BASE_URL** | `str` | `https://s3.amazonaws.com/` | The base URL to be used for the API calls. |
| **S3_ACCESS_KEY** | `str` | `None` | Secret key to be used to authenticate API request. |
| **S3_SECRET** | `str` | `None` | String value to be kept secret and used in the request signing process as the secret key. |
| **S3_REGION** | `str` | `None` | The name of the region where the request are going to be sent by default (defaults to `). |
## License
Amazon S3 API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
## Build Automation
[](https://github.com/hivesolutions/s3-api/actions)
[](https://coveralls.io/r/hivesolutions/s3-api?branch=master)
[](https://pypi.python.org/pypi/s3-api)
[](https://www.apache.org/licenses/)