Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

betters3-0.0.4-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page