A wrapper of AWS S3 (boto3) that facilitate some operations.
Project description
About
A wrapper of AWS S3 (boto3) that facilitate some operations.
Usage
is_public = True
bs3 = BetterS3("bucket name", "AWS_SECRET_ACCESS_KEY", "AWS_ACCESS_KEY_ID", "AWS_REGION")
# Single file
bs3.upload(f"sub_folder/another_folder/", "test1.py", is_public, use_default_progress_bar=True)
# Multiple files
bs3.upload(f"sub_folder/another_folder/", ["test1.py", "test2.py"], is_public)
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
betters3-0.0.4.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file betters3-0.0.4.tar.gz
.
File metadata
- Download URL: betters3-0.0.4.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8700d796a9b980d8de08b4fac91c97f13b780d752f237c10b9fa03527f145a1a |
|
MD5 | 243dd1d0a6739f4950ad6f024680e154 |
|
BLAKE2b-256 | e071cd2fbe55a0a69ed39a2ae3f91ec2849fe8868d8b6f47c7666775b79f2842 |
File details
Details for the file betters3-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: betters3-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f4d1fef2b3851db2b7738ddcbcee9d17f0f851561e04c533187f0a08d9eb52a |
|
MD5 | 00967a614214b69f1a17052315e0ae51 |
|
BLAKE2b-256 | e0e4d0a98a79e5da6d670e9befb7419bf33ea490fad36f9e60af9ddd32634149 |