Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.76 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.76 KB

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.

Build Automation

Build Status Build Status GitHub Coverage Status PyPi Status License