Skip to main content

S3 simple client

Project description

Python s3 client

Simple object client for any bucket like s3.

Usage

Install from pypi

pip3 install s3_sc

Local

poetry install

Run

s3_sc -c <s3_config> ls / - listing root.
s3_sc -c <s3_config> ls /<dir>/ - listing object inside specific dir.

s3_sc -c <s3_config> put <path_to_local_file> /<path_in_s3>

s3_sc -c <s3_config> delete <path_to_file> or <path_to_dir/> (with / in the end)

s3_sc -c <s3_config> get <path_to_s3_file> <path_to_local_save>

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_sc-1.0.0.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

s3_sc-1.0.0-py3-none-any.whl (6.2 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