Skip to content

provides helper functions for connecting to AWS services via Python

License

Notifications You must be signed in to change notification settings

jameskabbes/aws_connections

Repository files navigation

aws_connections

Package for easy connections to AWS based on the boto3 library

Documentation
PyPI


Installation

pip install kabbes_aws_connections


Usage

For more in-depth documentation, read the information provided on the Pages. Or better yet, read the source code.

import aws_connections as aws
aws_conn = aws.Connection( aws_access_key_id = 'XXXXXX', aws_secret_access_key = 'XXXXXX )
remote_Path = aws.s3.S3Path( bucket = 'mybucket', path = 'path/to/file/asdf.txt', conn = aws_conn )
remote_Path.download( destination = 'C:/Local/Path/asdf.txt' )
remote_Path.copy( destination = 'path/to/file/asdf_copy.txt' )

Author

James Kabbes

About

provides helper functions for connecting to AWS services via Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages