+158
−4
Loading
* feat(etag): add to_str method for ETag and enhance PartialEq implementations * Update crates/s3s/src/dto/etag.rs Co-authored-by:Copilot <175728472+Copilot@users.noreply.github.com> * fix(etag): rename to_str method to as_str for clarity * fix(tests): update expected value reference in ETag test * fix(etag): enhance ETag comparison methods and implement strong/weak comparison semantics * fix(etag): rename comparison methods for consistency and clarity * fix(etag): refine ETag comparison logic and enhance test cases * fix(etag): improve documentation clarity and rename comparison method for consistency * Update crates/s3s/src/dto/etag.rs Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> * Update crates/s3s/src/dto/etag.rs Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> * rename type * refer RFC 9110 * fix --------- Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by:
Nugine <nugine@foxmail.com>