[PR #213] [MERGED] Parse ETag from copy multipart correctly #1400

Closed
opened 2026-03-04 01:53:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/213
Author: @gaul
Created: 7/27/2015
Status: Merged
Merged: 8/12/2015
Merged by: @ggtakec

Base: masterHead: rename-large-files


📝 Commits (1)

  • ff8a0c2 Parse ETag from copy multipart correctly

📊 Changes

5 files changed (+64 additions, -7 deletions)

View changed files

📝 src/curl.cpp (+28 -5)
📝 src/s3fs.cpp (+6 -1)
📝 src/s3fs_util.cpp (+4 -0)
📝 test/integration-test-main.sh (+25 -1)
📝 test/small-integration-test.sh (+1 -0)

📄 Description

Previously s3fs misparsed this, preventing renames of files larger
than 5 GB. Integration test disabled until S3Proxy 1.5.0 is released.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/213 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/27/2015 **Status:** ✅ Merged **Merged:** 8/12/2015 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `rename-large-files` --- ### 📝 Commits (1) - [`ff8a0c2`](https://github.com/s3fs-fuse/s3fs-fuse/commit/ff8a0c2eeacba34085bb44bbf442d6de129a5f74) Parse ETag from copy multipart correctly ### 📊 Changes **5 files changed** (+64 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+28 -5) 📝 `src/s3fs.cpp` (+6 -1) 📝 `src/s3fs_util.cpp` (+4 -0) 📝 `test/integration-test-main.sh` (+25 -1) 📝 `test/small-integration-test.sh` (+1 -0) </details> ### 📄 Description Previously s3fs misparsed this, preventing renames of files larger than 5 GB. Integration test disabled until S3Proxy 1.5.0 is released. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:53:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1400
No description provided.