mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #2343] [MERGED] Fixed ETag parsing at completing the Multipart upload part #2489
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2489
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2343
Author: @ggtakec
Created: 10/7/2023
Status: ✅ Merged
Merged: 10/13/2023
Merged by: @gaul
Base:
master← Head:fix_etag_bugs📝 Commits (1)
fa21ca2Fixed ETag parsing at completing the Multipart upload part📊 Changes
6 files changed (+25 additions, -18 deletions)
View changed files
📝
src/curl.cpp(+4 -7)📝
src/curl_util.cpp(+2 -10)📝
src/curl_util.h(+1 -1)📝
src/string_util.cpp(+8 -0)📝
src/string_util.h(+1 -0)📝
src/test_string_util.cpp(+9 -0)📄 Description
Relevant Issue (if applicable)
n/a
Details
When completing a multipart upload(in the
UploadMultipartPostCompletemethod) it was not possible to remove double quotes from the response ETag string.But it was deleted in the similar
CopyMultipartPostComplete, then mixed Etags(with/without double quotes) for Mix Multipart Upload.So far, this doesn't cause uploads to fail, but I'd like to keep the specs the same.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.