An open API service indexing awesome lists of open source software.

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

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

[![Build Status](https://github.com/hivesolutions/s3-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/s3-api/actions)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/s3-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/s3-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/s3-api.svg)](https://pypi.python.org/pypi/s3-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)