Add support for GCS.#1550
Conversation
|
Hi ! great work :-) I tried to fix the pipeline issue on master, but was not able to rebase the branch on your repo. could you give maintainer access to your PR ? |
Thank you! I added you as a maintainer on my fork. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1550 +/- ##
==========================================
- Coverage 77.22% 76.98% -0.25%
==========================================
Files 161 163 +2
Lines 15085 15313 +228
==========================================
+ Hits 11649 11788 +139
- Misses 2292 2368 +76
- Partials 1144 1157 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I tried to rebase and push: I think you need to click a ckechbox in the PR itself, "Allow maintainers to acess and edit" or similar... |
|
This is an org so I think I have to invite you to the repo. |
|
oh, I missed that... accepted now, thanks ! |
ae6bfc6 to
67a203d
Compare
|
rebased on master |
67a203d to
5bdb3f9
Compare
|
@lesaux I wonder how we can get the coverage up... is there a GCS simulation we could run in CI ? |
I will try to implement with fsouza/fake-gcs-server. |
|
To be able to use the fake-gcs-server I needed to change two things:
This allowed me to get the coverage much higher. Let me know what you think! |
f42e5f1 to
53a8a53
Compare
53a8a53 to
08abe4e
Compare
08abe4e to
a958796
Compare
Description of the Change
Adding support for GCS buckets.
Implementation trying to follow how it was done for s3.
Checklist
AUTHORS