gruuya opened a new pull request, #5506:
URL: https://github.com/apache/opendal/pull/5506
# Which issue does this PR close?
Closes #5505.
# Rationale for this change
Work-around for S3 allowing only wildcard(`*`) if-none-match requests.
# What changes are included in this PR?
Don't error out if the if-none-match argument is a wildcard and the scheme
is S3.
Also hook-up the corresponding client argument.
# Are there any user-facing changes?
`if_none_match("*")` and only that should work for S3.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]