Skip to content
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(services/s3): Add object versioning for S3 #4873

Merged
merged 6 commits into from
Jul 9, 2024

Conversation

Lzzzzzt
Copy link
Contributor

@Lzzzzzt Lzzzzzt commented Jul 9, 2024

This pull request add support of object versioning for S3

Part of #2611

Basically, done the following task

  • change the args of s3_delete_object to receive the version info
  • add versionId param of the url sent (get, head, del) to the s3 server
  • parse version info from head response and add it into metadata

Lzzzzzt and others added 6 commits July 9, 2024 09:10
Signed-off-by: Lzzzt <liuzitao0123@gmail.com>
Signed-off-by: Lzzzt <liuzitao0123@gmail.com>
Signed-off-by: Lzzzt <liuzitao0123@gmail.com>
Signed-off-by: Lzzzt <liuzitao0123@gmail.com>
Signed-off-by: Lzzzt <liuzitao0123@gmail.com>
@Lzzzzzt Lzzzzzt requested a review from Xuanwo as a code owner July 9, 2024 04:46
@Lzzzzzt Lzzzzzt changed the title feat(core): Add object versioning for S3 feat(services/s3): Add object versioning for S3 Jul 9, 2024
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Xuanwo Xuanwo merged commit 161e4ad into apache:main Jul 9, 2024
83 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants