provides helper functions for connections to AWS services via Python
Project description
aws_connections
Package for easy connections to AWS based on the boto3 library
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kabbes_aws_connections-0.8.0.tar.gz.
File metadata
- Download URL: kabbes_aws_connections-0.8.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.1 importlib-metadata/4.8.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b7020801eb2ef6c97a4bb3e8ca7522e338b93d03ee30be47a5f0700a254000a
|
|
| MD5 |
0078751c47eee2e6009d73d656abda52
|
|
| BLAKE2b-256 |
ddf41459fc0caf95db845a8daf8ec55964f53ebb4c1516c1e48e5513864732bb
|
File details
Details for the file kabbes_aws_connections-0.8.0-py3-none-any.whl.
File metadata
- Download URL: kabbes_aws_connections-0.8.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.1 importlib-metadata/4.8.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4946486435294de92ee81a69af9a60504f6be0ae502d23da35b9dab762aa9475
|
|
| MD5 |
4ece6aa7853d24a38c523d6cd1dd7670
|
|
| BLAKE2b-256 |
524ea12c0fdd7254e902b53b6ab68f2f2a6eabfc740c456511a9c7c24257bbcd
|