-
Notifications
You must be signed in to change notification settings - Fork 760
doc: gcp bulkGet, copy, rename, move docs #4662
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
base: v1.16
Are you sure you want to change the base?
doc: gcp bulkGet, copy, rename, move docs #4662
Conversation
Signed-off-by: nelson.parente <[email protected]>
Each object in the array contains: | ||
- `name`: The name of the file | ||
- `data`: The content of the file | ||
- `attrs`: Object attributes from GCP Storage including metadata like creation time, size, content type, etc. |
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.
Can we list all of these out or do they changes depending ong the bucket @nelson-parente
"destinationBucket": "destination-bucket-name", | ||
} | ||
} | ||
``` |
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.
Do we need specific responses on any of these? Assuming 204 no content for success or?
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.
maybe just link to the output binding ref: https://docs.dapr.io/reference/api/bindings_api/#http-response-codes-2
added label back since it is still waiting on: dapr/components-contrib#3810 |
Code pr is merged here, just need to update the docs based on my feedback @nelson-parente |
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Docs for the operations added here: dapr/components-contrib#3810
Docs for bulkGet added here: dapr/components-contrib#3811
Issue reference
dapr/components-contrib#3157
dapr/components-contrib#3655