Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

yaleman/st2-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ THIS IS ARCHIVED AND WILL NOT BE UPDATED ⚠️

st2-s3

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!

Changelog

  • 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

Releases

No releases published

Packages

No packages published

Languages