enables you to directly set boto3 aws folder path.
Project description
botcredspath
because Boto3 should allow you to set the path to your ~/.aws file without envars, but it doesn’t (at least not that I can tell).
usage
import boto3_creds_path as bcp
import boto3
boto3=bcp.update_path(boto3,'/absolute/path/to/files') ## this replaces /.aws
client=boto3.client('s3') # now use boto3 like normal reading from the new path
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
botocredspath-0.0.1.tar.gz
(1.7 kB
view hashes)
Built Distribution
Close
Hashes for botocredspath-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0af3f0def871f475728d854948e098c90c3816d4ebfda61ac9a5719598fd56e8 |
|
MD5 | 2720aaca420e7327ca3f8c194c95b0f7 |
|
BLAKE2b-256 | 882d38802f0b2f673826868254355aca9821e920f9bdef8f6d43fa0a188645f9 |