This package will allow an easier interaction with s3 buckets.
Project description
1.0
- Features
- Delete files - Delete any file inside the remote bucket
- Bugs
- List files - Correct the none return, and now return a list
Example of use:
# imports
import s3simplemanager
s3 = S3SimpleManager(ssl_verification=False, bucket="s3_bucket_online", url="http://example.url.com/bucket", key_id="12345678", key_value="87654321")
s3.upload_files("example_path_local_file", "example_path_bucket_file")
for object in s3.list_files("example_path_bucket_file"):
print(object)
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
s3simplemanager-1.0.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file s3simplemanager-1.0.tar.gz
.
File metadata
- Download URL: s3simplemanager-1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a1c8204bd1ae7d470bbf0ef187e7033ab846ef3499b2c38f1880069d405433a |
|
MD5 | b99b1e75d9e79ab59e87d324d015b09b |
|
BLAKE2b-256 | 331306df26ad26409984a734d2b162e76678f439abe136a4767e22b87f0c1c71 |
File details
Details for the file s3simplemanager-1.0-py3-none-any.whl
.
File metadata
- Download URL: s3simplemanager-1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 348116eebf0758340a2d5829b7ab360604d97ff36fa66aa45d18772486a1a672 |
|
MD5 | f10bc9eb1f8a14444171f4d26d84f4a1 |
|
BLAKE2b-256 | 73dc135c23fdfbe407a464c0b684c4fb1ef1b59a3942a7fbefd4b5ab34489b21 |