Merge pull request #3294 from rennerocha/feed-exporter-docs

[MRG+1] Improve docs of S3 Storage to make Python version more explicit
This commit is contained in:
Daniel Graña 2018-06-27 11:16:07 -03:00 committed by GitHub
commit 594a441eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ The feeds are stored on `Amazon S3`_.
* ``s3://mybucket/path/to/export.csv``
* ``s3://aws_key:aws_secret@mybucket/path/to/export.csv``
* Required external libraries: `botocore`_ or `boto`_
* Required external libraries: `botocore`_ (Python 2 and Python 3) or `boto`_ (Python 2 only)
The AWS credentials can be passed as user/password in the URI, or they can be
passed through the following settings: