-
Notifications
You must be signed in to change notification settings - Fork 543
gcp bucket update #1128
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
gcp bucket update #1128
Conversation
…/components-contrib into binding-gcp-bucket-update
|
@beiwei30 can you please review this? |
|
@fjvela please resolve the conflict and we'll move on to merging. thanks! |
beiwei30
left a comment
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.
@fjvela Javier, your change looks good to me except for this minor issue.
Codecov Report
@@ Coverage Diff @@
## master #1128 +/- ##
==========================================
+ Coverage 33.77% 34.34% +0.56%
==========================================
Files 138 140 +2
Lines 11686 11993 +307
==========================================
+ Hits 3947 4119 +172
- Misses 7329 7450 +121
- Partials 410 424 +14
Continue to review full report at Codecov.
|
beiwei30
left a comment
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.
LGTM now, Thanks Javier for this effort.
* master: fix 'durable' setting in RabbitMQ (dapr#1183) Support setting up Azure IoT Hub for integration testing with EventHubs components (dapr#1174) gcp bucket update (dapr#1128) ok-to-test changes for components-contrib (dapr#1091) version stored procedure due to previous changes made (dapr#1176) Fix existing integration tests (dapr#1173) Add state alicloud.tablestore (dapr#1116) Add dapr user agent for Azure Components (dapr#1152) Support using setup-azure-conf-test.sh with existing Service Principal (dapr#1158) Add Event Hubs conformance tests to conformance.yml workflow (dapr#1164) restructure code and add comments per code review cover all concurrency + etag cases Fix EOF linebreaks Adds first-write conformance test update metadata key fix linter warnings TableStorage conformance tests pass TableStore config tablestorage conformance WIP ci: standard linter config (dapr#1102) # Conflicts: # secretstores/hashicorp/vault/vault.go
* gcp bucket update create operation: support upload files in base64 * gcp bucket add get operation * gcp bucket add delete operation * gcp bucket add list operation * gcp bucket fix lint * gcp bucked add backward compatibility 'key' replace 'name' * gcp bucket fix lint * gcp bucket create operation return object url to download * gcp fix lint * gcp fix lint * gcp bucket fix lint * gcp bucket fix lint * gcp bucket fix error msg * rerun checks Co-authored-by: Yaron Schneider <yaronsc@microsoft.com> Co-authored-by: Long Dai <long0dai@foxmail.com> Co-authored-by: Ian Luo <ian.luo@gmail.com>
Description
Update GCP Storage Bucket binding:
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1125
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: