sajari / storage

Go package for abstracting local, in-memory, and remote (Google Cloud Storage/S3) filesystems
MIT License
52 stars 11 forks source link

Investigate building connectors for go-cloud #4

Open dhowden opened 6 years ago

dhowden commented 6 years ago

With the release of https://github.com/google/go-cloud we should investigate making connectors so that we can migrate over.

benhinchley commented 6 years ago

Opened a PR #240 on go-cloud to add modification time to the driver.ObjectAttrs struct

benhinchley commented 6 years ago

Started working on this here #5