Adapt boto3 to paste
Project description
Utility for boto3.session.Session()
Install
from PyPI:
pip install boto3_paste
from source:
$ pip install .
How to use
If you use pyramid:
import boto3_paste def main(global_config, **settings): boto_session = boto3_paste.session_from_config(settings) config = Configurator(settings=settings) # Some your configuration return config.make_wsgi_app()
Configuration Keys
See boto3.session.Session and botocore.session.Session’s Documents.
Example ini-file:
boto3.aws_access_key_id = boto3.aws_secret_access_key = boto3.aws_session_token = boto3.region_name = boto3.profile_name = boto3.botocore.profile = boto3.botocore.region = boto3.botocore.data_path = boto3.botocore.config_file = ~/.aws/config boto3.botocore.ca_bunfle = boto3.botocore.credentials_file = ~/.aws/credentials boto3.botocore.metadata_service_timeout = 1 boto3.botocore.metadata_service_num_attempts = 1
All keys are not mandatory. If you don’t write any keys, boto3.session.Session instances are created by default.
Change History
0.1 - 2016-04-05
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
boto3_paste-0.1.tar.gz
(4.4 kB
view details)
File details
Details for the file boto3_paste-0.1.tar.gz
.
File metadata
- Download URL: boto3_paste-0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc955beb74598945f68ae21b51c6f4a07e03542be682728ee0e562e6f0b1a57c |
|
MD5 | 8e85cc06a72b4e149bac9207c4909dc8 |
|
BLAKE2b-256 | 31576c3cc77468cb704deef86395ca87703032254b92a521ecf3caf685b0e8bd |