[PR #1602] [MERGED] Translate KeyTooLongError to ENAMETOOLONG #2069

Closed
opened 2026-03-04 02:03:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1602
Author: @gaul
Created: 3/12/2021
Status: Merged
Merged: 3/28/2021
Merged by: @ggtakec

Base: masterHead: enametoolong


📝 Commits (1)

  • d080e88 Translate KeyTooLongError to ENAMETOOLONG

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 src/curl.cpp (+8 -1)

📄 Description

AWS does not support keys longer than 1024 characters. Add special
handling for HeadObject which does not have a response body.
Found via pjdfstests. References #1589.


🔄 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/1602 **Author:** [@gaul](https://github.com/gaul) **Created:** 3/12/2021 **Status:** ✅ Merged **Merged:** 3/28/2021 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `enametoolong` --- ### 📝 Commits (1) - [`d080e88`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d080e880d5c55ba0118ea5e37a113d8b9d1c00fe) Translate KeyTooLongError to ENAMETOOLONG ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+8 -1) </details> ### 📄 Description AWS does not support keys longer than 1024 characters. Add special handling for HeadObject which does not have a response body. Found via pjdfstests. References #1589. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:32 +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#2069
No description provided.