-
Notifications
You must be signed in to change notification settings - Fork 926
feat: add Extensions
to object store PutOptions
#7213
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
feat: add Extensions
to object store PutOptions
#7213
Conversation
@@ -384,12 +389,21 @@ impl GoogleCloudStorageClient { | |||
payload: PutPayload, | |||
opts: PutOptions, | |||
) -> Result<PutResult> { | |||
let PutOptions { | |||
mode, | |||
// not supported by GCP |
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.
@tustvold can you check if this is correct or an oversight?
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.
IIRC GCP doesn't have a notion of tags as separate from general metadata
See #4999
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.
FWIW there is also PutMultipartOpts
Ah, that struct doesn't end in Will file an extra PR for that. |
Done in #7214. |
Follow-up to apache#7170.
Follow-up to apache#7170.
Which issue does this PR close?
-
Rationale for this change
Follow-up to #7170.
See #7170 (comment) .
What changes are included in this PR?
PutOptions::extensions
.Are there any user-facing changes?
Breaking: New field.