feat(object_store): Implement copy_if_not_exists, put_multipart_opts and metadata in GetResult#6468
Merged
Xuanwo merged 6 commits intoapache:mainfrom Aug 2, 2025
Conversation
381093b to
e899c2e
Compare
Contributor
Author
|
FYR, @Xuanwo refer to burnett01/[email protected] is not allowed to be used in apache/opendal. |
Member
|
Hi, please change into Burnett01/rsync-deployments@0dc935c instead. All approved actions are listed here: https://github.com/apache/infrastructure-actions/blob/f65b1b9f5c4a50a7559fed2773a00f6361e1fe56/approved_patterns.yml#L55 |
91bfd45 to
89bf93b
Compare
Contributor
Author
|
Thanks, I fix it in the latest update. |
Xuanwo
reviewed
Aug 1, 2025
Member
Xuanwo
left a comment
There was a problem hiding this comment.
Others LGTM, thank you for working on this!
Signed-off-by: codephage. <[email protected]>
Signed-off-by: codephage. <[email protected]>
Signed-off-by: codephage. <[email protected]>
Signed-off-by: codephage. <[email protected]>
Signed-off-by: codephage. <[email protected]>
Signed-off-by: codephage. <[email protected]>
4e4de35 to
8925cb4
Compare
Xuanwo
approved these changes
Aug 2, 2025
Member
Xuanwo
left a comment
There was a problem hiding this comment.
Thank you for working on this!
| options.content_encoding = Some(value.to_string()); | ||
| } | ||
| object_store::Attribute::ContentLanguage => { | ||
| // no support |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Closes #6467 .
Rationale for this change
What changes are included in this PR?
Summary by copilot
Are there any user-facing changes?