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)
Release files for betters3 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| betters3-0.0.4.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| betters3-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.6 kB
Release files / betters3-0.0.4.tar.gz
| Download URL | betters3-0.0.4.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8700d796a9b980d8de08b4fac91c97f13b780d752f237c10b9fa03527f145a1a
|
|
BLAKE2b-256 checksum How to use checksums |
e071cd2fbe55a0a69ed39a2ae3f91ec2849fe8868d8b6f47c7666775b79f2842
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.9.18
|
Release files / betters3-0.0.4-py3-none-any.whl
| Download URL | betters3-0.0.4-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2f4d1fef2b3851db2b7738ddcbcee9d17f0f851561e04c533187f0a08d9eb52a
|
|
BLAKE2b-256 checksum How to use checksums |
e0e4d0a98a79e5da6d670e9befb7419bf33ea490fad36f9e60af9ddd32634149
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.9.18
|