Simple Python based API client for Amazon S3.
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 `). |
Amazon S3 API is currently licensed under the Apache License, Version 2.0.