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

basic gcs storage adapter no expiry or multipart upload #485

Merged
merged 4 commits into from
Aug 16, 2020
Merged

Conversation

nopcoder
Copy link
Contributor

@nopcoder nopcoder commented Aug 13, 2020

Closes #481

@nopcoder nopcoder requested a review from johnnyaug August 13, 2020 14:49
if err != nil {
return qualifiedKey, err
}
if qualifiedKey.StorageType != block.StorageTypeS3 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we can make it "gs://" instead of "s3://" for the storage namespace of the repo, and then replace it here to s3.
This way the functionality will not be changed on the next "increment"

Possible?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possible - we will have 'gs' be the block adapter name with the configuration in the next iteration

block/gcs/adapter.go Show resolved Hide resolved
config/config.go Outdated Show resolved Hide resolved
@nopcoder nopcoder merged commit 9f6f480 into master Aug 16, 2020
@nopcoder nopcoder deleted the gcs-adapter branch August 16, 2020 22:28
nopcoder added a commit that referenced this pull request Aug 27, 2020
* basic gcs storage adapter no expiry or multipart upload

* fix adapter receiver name

* code review changes

Former-commit-id: bd4255f9154e6d1ea372aa7d3c04a888a71b1d03
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.

lakeFS running with GCS using S3 storage interface
2 participants