Upload zip files to s3
Project description
Zip to S3 file uploader with concurrency support
How to start the application
The commands:
First you have to install package:
$ pip install s3-zip-uploader-Ivan-Yukish
Then run the uploader:
$ python3 url=https://example.com/path-to-zip-archive bucket_name=bucket_example_name s3_key_prefix=s3_key_prefix --concurrency=8 --verbose=1
Application description
Before running app you should set up your AWS CLI account credentials: docs.
Running tests:
pytest
File structure
Our file structure is:
├── s3_zip_uploader_Ivan_Yukish
│ ├── __init__.py
│ ├── main.py
│ ├── uploader.py
├── tests
│ ├── fixtures.py
│ ├── tests.py
├── .gitignore
├── LICENCE
├── pytest.ini
├── README.md
├── requirements.txt
└── setup.py
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
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 s3_zip_uploader_Ivan_Yukish-0.0.2.tar.gz.
File metadata
- Download URL: s3_zip_uploader_Ivan_Yukish-0.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a5e9fcfa1f089b2f09081f054a47f6c54222ab9c0c1ac2cb9802f89f3d746c2
|
|
| MD5 |
0046192e124585974cff04991ccf7227
|
|
| BLAKE2b-256 |
dd2f80de282baffd6a3847727070a7e1a999abe1b997e89d5cfaa88c6860047c
|
File details
Details for the file s3_zip_uploader_Ivan_Yukish-0.0.2-py3-none-any.whl.
File metadata
- Download URL: s3_zip_uploader_Ivan_Yukish-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86e1c11f154310184f9d9ac57f45f309491ca53d73b30ebe3a13154327bb0047
|
|
| MD5 |
1575a17557f3bb22254a82e4c04edfa3
|
|
| BLAKE2b-256 |
3517a566096b4b9f133d292f624b4023432d23952fd779f73f64fc8e25aa3a48
|