Skip to content

hivesolutions/s3-api

Repository files navigation

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

About

Simple Python based API client for Amazon S3

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages