S3-compatible storage connector for stackstorm. Based on the minio python lib to allow for a more basic interface.
I'm happy to take pull requests on this - I'm only implementing the things I need as I need them!
- 2019-03-01 Basic PUT/REMOVE support, tested with minio.
- 2019-03-02 Added list_buckets, make_bucket, remove_bucket, list_objects.
- 2019-03-04 put can now take
filedata
which will save you writing an intermediate file - 2019-03-14 Added Unicode handling for filedata
- 2019-04-25 Adding get