Skip to content

Releases: lytics/cloudstorage

v0.2.14

19 Sep 17:21
26225d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.13...v0.2.14

v0.2.13

23 Mar 20:42
a437124
Compare
Choose a tag to compare

What's Changed

  • Update dependency google.golang.org/api/storage/v1 by @peczenyj in #103

Full Changelog: v0.2.12...v0.2.13

v0.2.11

02 Aug 19:36
f2213e5
Compare
Choose a tag to compare

What's Changed

  • csbufio: Respect contexts in NewReader/NewWriter (lytics/lio#28503) by @mattayes in #100

New Contributors

Full Changelog: v0.2.10...v0.2.11

LocalFS List() matches GCS

21 Jul 15:19
33be8f2
Compare
Choose a tag to compare
Don't throw an error on a missing folder in localfs (#95)

Co-authored-by: Erin Pentecost <[email protected]>

Recursive directory deletion for localfs

19 Jul 17:17
1c8a12f
Compare
Choose a tag to compare
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

15 Jul 19:56
cb860a0
Compare
Choose a tag to compare

Localfs will delete directories when they are empty.

Add context to GCS GetObject helper

03 Jun 19:00
1d4d62f
Compare
Choose a tag to compare
Merge pull request #91 from lytics/add-context

Add option to pass in context to getobject

Add google.APIStore.CreateBucketWithLocation

12 Feb 18:16
55455c6
Compare
Choose a tag to compare

adds CreateBucketWithLocation method to google.APIStore

File download confirmation

30 Oct 16:48
ffaa16e
Compare
Choose a tag to compare

Confirm files are fully downloaded on Open() from GCS.

Add content length as metadata for GCS

07 May 19:28
121b53e
Compare
Choose a tag to compare
v0.2.3

config to enable debug log level (#79)