Releases: lytics/cloudstorage
Releases · lytics/cloudstorage
v0.2.14
What's Changed
- Google Cloud Transparent GZIP Compression Support by @vitaminmoo in #104
Full Changelog: v0.2.13...v0.2.14
v0.2.13
What's Changed
Full Changelog: v0.2.12...v0.2.13
v0.2.11
LocalFS List() matches GCS
Don't throw an error on a missing folder in localfs (#95) Co-authored-by: Erin Pentecost <[email protected]>
Recursive directory deletion for localfs
Recursively delete empty parent folders (#94) * Recursively delete empty parent folders * Address race condition and escape for store dir * Address some PR comments Co-authored-by: Erin Pentecost <[email protected]>
Localfs directory cleanup
Localfs will delete directories when they are empty.
Add context to GCS GetObject helper
Merge pull request #91 from lytics/add-context Add option to pass in context to getobject
Add google.APIStore.CreateBucketWithLocation
adds CreateBucketWithLocation
method to google.APIStore
File download confirmation
Confirm files are fully downloaded on Open() from GCS.
Add content length as metadata for GCS
v0.2.3 config to enable debug log level (#79)