Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(services/s3): Add if-match support #2033

Merged
merged 3 commits into from
Apr 18, 2023
Merged

feat(services/s3): Add if-match support #2033

merged 3 commits into from
Apr 18, 2023

Conversation

leenstx
Copy link
Contributor

@leenstx leenstx commented Apr 18, 2023

close #1972

In the Amazon S3 API reference, it seems that the putObject operation does not require the if-match request header, so I did not add the if-match property in the s3/writer file (like in obs/writer). However, I may be wrong.

@suyanhanx suyanhanx changed the title feat: s3: Add if-match support #1972 feat(services/s3): Add if-match support Apr 18, 2023
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 a lot!

@Xuanwo
Copy link
Member

Xuanwo commented Apr 18, 2023

The only thing left is to make all our checks happy!

@suyanhanx
Copy link
Member

You may use cargo fmt --all to fix ci falling.

Copy link
Member

@suyanhanx suyanhanx 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 e3fb7b0 into apache:main Apr 18, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

s3: Add if-match support
3 participants