Adapt botocore to paste
Project description
Utility for botocore.session.get_session()
Install
from PyPI:
pip install botocore_paste
from source:
$ pip install -e .
How to use
If you use pyramid:
import botocore_paste def main(global_config, **settings): boto_session = botocore_paste.session_from_config(settings) config = Configurator(settings=settings) # Some your configuration return config.make_wsgi_app()
Configuration Keys
See botocore.session.Session’s Documents.
Example ini-file:
botocore.profile = botocore.region = botocore.data_path = botocore.config_file = ~/.aws/config botocore.ca_bunfle = botocore.credentials_file = ~/.aws/credentials botocore.metadata_service_timeout = 1 botocore.metadata_service_num_attempts = 1
All keys are not mandatory. If you don’t write any keys, botocore.session.Session instances are created by default.
Change History
0.2 - 2016-04-04
botocore>=1.0
0.1.1 - 2015-04-01
typo
0.1 - 2015-04-01
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
botocore_paste-0.2.tar.gz
(4.2 kB
view details)
File details
Details for the file botocore_paste-0.2.tar.gz
.
File metadata
- Download URL: botocore_paste-0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db11228472e89bd256189189a412e8ceb3e86a3ef4615ed38501b2306a172a7b |
|
MD5 | 24a7eadcee150913f75b4fdbb0e447d3 |
|
BLAKE2b-256 | 93941be9638ae14ccbd031859961c7d8a03f2d85a3ba1e9cea6e77bb7a18a340 |