Skip to main content

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


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)

Uploaded Source

File details

Details for the file botocore_paste-0.2.tar.gz.

File metadata

File hashes

Hashes for botocore_paste-0.2.tar.gz
Algorithm Hash digest
SHA256 db11228472e89bd256189189a412e8ceb3e86a3ef4615ed38501b2306a172a7b
MD5 24a7eadcee150913f75b4fdbb0e447d3
BLAKE2b-256 93941be9638ae14ccbd031859961c7d8a03f2d85a3ba1e9cea6e77bb7a18a340

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page