Skip to content

Commit

Permalink
Update doc for endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bladrak committed Oct 20, 2016
1 parent 3b563b6 commit 3ac47f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file will describe the changes in each version, noticeable the BC Breaks that may have append

## 6.1 - Custom endpoint

You can now specify a custom AWS API endpoint by setting this in the configuration:

``TC_AWS_ENDPOINT=http://your.endpoint.url/``

## 2.0 - Async Connection

Switched connection from Boto 2.0 to botocore, in order to handle tornado async connections. This update leads to some major BC Breaks.
Expand Down Expand Up @@ -32,4 +38,3 @@ Switched connection from Boto 2.0 to botocore, in order to handle tornado async
| AWS_SECRET_KEY | N/A |
| AWS_ROLE_BASED_CONNECTION | N/A |
| BOTO_CONFIG | N/A |

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='tc_aws',
version='6.0.1',
version='6.1.O',
description='Thumbor AWS extensions',
author='Thumbor-Community & William King',
author_email='[email protected]',
Expand Down
1 change: 1 addition & 0 deletions tc_aws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
Config.define('TC_AWS_ALLOWED_BUCKETS', False, 'List of allowed buckets to be requested', 'S3')
Config.define('TC_AWS_STORE_METADATA', False, 'S3 store result with metadata', 'S3')

Config.define('TC_AWS_ENDPOINT', None, 'Custom AWS API endpoint', 'S3')

0 comments on commit 3ac47f0

Please sign in to comment.