Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GCSHybrid data storage #151

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

reneklacan
Copy link
Contributor

  • Adds support for uploading files to GCS
  • Uses object_store as an abstraction layer on top of GCS. (Also supports AWS S3, Azure Blob Storage, local files, memory so might be helpful with simplying code while adding support for more data stores)
  • Works with concatenation/parallel uploads so supports big files

- Adds support for uploading files to GCS
- Uses [object_store](https://docs.rs/object_store/latest/object_store/index.html) as an abstraction layer on top of GCS. (Also supports AWS S3, Azure Blob Storage, local files, memory so might be helpful with simplying code while adding support for more data stores)
- Works with concatenation/parallel uploads so supports big files
- Support application credentials
- Make everything optional as on GKE with proper SA setup, it just works
- Make upload error more useful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant