-
Notifications
You must be signed in to change notification settings - Fork 621
feature: Google Cloud Storage support skeleton #513
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
Conversation
1. try implement GCS support backend prototype 2. try implement GCS support directory walker prototype Signed-off-by: ClSlaid <[email protected]>
This PR is still working in progress, tasks to complete:
|
Add Apache license headers for gcs files Signed-off-by: ClSlaid <[email protected]>
Please create a tracking issue for this. I prefer to merge multiple PRs instead of one. |
1. canceled unneccesary feature switch `service-gcs` 2. implement from_iter() for `gcs::Backend` 3. *make gcs compile* Signed-off-by: ClSlaid <[email protected]>
added some document comments in gcs Signed-off-by: ClSlaid <[email protected]>
now it should be able to compiled and satisfies clippy Signed-off-by: ClSlaid <[email protected]>
Signed-off-by: ClSlaid <[email protected]>
now the backend should inherits the default implementation of Accessor Signed-off-by: ClSlaid <[email protected]>
Signed-off-by: ClSlaid <[email protected]>
Signed-off-by: ClSlaid <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM.
I raised some reviews for coding style. PTAL.
Signed-off-by: ClSlaid <[email protected]>
Signed-off-by: ClSlaid <[email protected]>
Signed-off-by: ClSlaid <[email protected]>
Please mark the conversation as resolved after fixing. |
Signed-off-by: ClSlaid <[email protected]>
@Xuanwo PTAL! ;) |
Signed-off-by: ClSlaid <[email protected]>
Signed-off-by: ClSlaid <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM. Thanks for contributing!
Summary
This PR will complete #7.
Signed-off-by: ClSlaid [email protected]
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/