- Posts data to S3 buckets through linux command line
- Works with AWS, https://aws.amazon.com/ and Minio, https://min.io/
- Supports standard S3, Glacier, and Deep Glacier
- Emails user with the location of the data
- Generates md5sum and/or sha256 checksums of the file
- Download Code using a tag release or git clone
git clone https://github.com/IGBIllinois/s3_posting.git
- Install using virtualenv
virtualenv .env && source .env/bin/activate && pip install -r requirements.txt
- Or Install directly into python
pip install -r requirements.txt
How to configure the profiles is explained at docs/config.md
How to use the program is explained at docs/usage.md