Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 341 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 341 Bytes

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/