Skip to content

ulbmuenster/s3-client

 
 

Repository files navigation

S3 client lib

Library for client calls to S3.

Installing

  • Install botos3 system packages
  • Build & Install s3-client-lib with poetry:
pip install poetry
git clone https://github.com/CESNET/s3-client-lib
cd s3-client-lib
poetry build
cd dist
tar -xvf s3-client-lib-0.1.0.tar.gz
pip install -e s3-client-lib-0.1.0/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%