Skip to main content

A S3-Utils package

Project description

S3-Utils

This is a simple S3 utils package, used to upload and download file.

Scope

  • Upload file to S3
  • Download file from S3

Setup and install

pip install s3utils

Usage 1

from s3utils.s3_uploader import S3Uploader

S3Uploader(bucket_name='bucket_name').upload(file_name='file_name', s3_object_name='s3_object_name')

Usage 2

from s3utils.s3_downloader import S3Downloader

S3Downloader(bucket_name='bucket_name').download(file_name='hello.txt', s3_object_name='s3_object_name')

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

S3-Utils-1.0.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

S3_Utils-1.0.0-py3-none-any.whl (3.3 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