Here is the small python3 app for upload any files to S3 object storage
python3 setup.py install
or pip3 install .
Create persistent config:
yas3uploader -c -u https://SERVER_NAME:PORT -k KEY -i KEY_ID -b BUCKET_NAME
Then upload file:
yas3uploader -f FILE_TO_UPLOAD
OR w/o create Persistent config
Upload file:
yas3uploader -f FILE_TO_UPLOAD -u https://SERVER_NAME:PORT -k KEY -i KEY_ID -b BUCKET_NAME
yas3uploader -h