-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Canonicalized_Extension_Headers for signedURL builder #2000
Copy link
Copy link
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Cloud Storage SignedURLs allows for custom headers you can set to define metadata:
It doesn't look like you can add this in now during signURL construction:
note BlobInfo has metadata defined in it already so maybe use that:
the following shows how to manually construct the signed URL with canonical headers outside of this library
Just to note, you'll need to post the headers too but thats outside of this FR: