Skip to content

Releases: lytics/cloudstorage

v0.2.14

Choose a tag to compare

@vitaminmoo vitaminmoo released this 19 Sep 17:21
26225d7

What's Changed

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

v0.2.13

Choose a tag to compare

@vitaminmoo vitaminmoo released this 23 Mar 20:42
a437124

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

Choose a tag to compare

@mattayes mattayes released this 02 Aug 19:36
f2213e5

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

Choose a tag to compare

@erinpentecost erinpentecost released this 21 Jul 15:19
33be8f2
Don't throw an error on a missing folder in localfs (#95)

Co-authored-by: Erin Pentecost <erin.pentecost@lytics.com>

Recursive directory deletion for localfs

Choose a tag to compare

@erinpentecost erinpentecost released this 19 Jul 17:17
1c8a12f
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 <erin.pentecost@lytics.com>

Localfs directory cleanup

Choose a tag to compare

@erinpentecost erinpentecost released this 15 Jul 19:56
cb860a0

Localfs will delete directories when they are empty.

Add context to GCS GetObject helper

Choose a tag to compare

@ajroetker ajroetker released this 03 Jun 19:00
1d4d62f
Merge pull request #91 from lytics/add-context

Add option to pass in context to getobject

Add google.APIStore.CreateBucketWithLocation

Choose a tag to compare

@bpopadiuk bpopadiuk released this 12 Feb 18:16
55455c6

adds CreateBucketWithLocation method to google.APIStore

File download confirmation

Choose a tag to compare

@erinpentecost erinpentecost released this 30 Oct 16:48
ffaa16e

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

Add content length as metadata for GCS

Choose a tag to compare

@ajroetker ajroetker released this 07 May 19:28
121b53e
v0.2.3

config to enable debug log level (#79)