[PR #2464] [MERGED] Keep cache path parameters as std::string #2550

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2464
Author: @gaul
Created: 6/4/2024
Status: Merged
Merged: 6/4/2024
Merged by: @ggtakec

Base: masterHead: cache/string


📝 Commits (1)

  • 4523aeb Keep cache path parameters as std::string

📊 Changes

3 files changed (+15 additions, -25 deletions)

View changed files

📝 src/cache.cpp (+11 -17)
📝 src/cache.h (+2 -6)
📝 src/s3fs.cpp (+2 -2)

📄 Description

While some of these originate as char *, eventually they convert to std::string in the std::map lookup.


🔄 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/2464 **Author:** [@gaul](https://github.com/gaul) **Created:** 6/4/2024 **Status:** ✅ Merged **Merged:** 6/4/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `cache/string` --- ### 📝 Commits (1) - [`4523aeb`](https://github.com/s3fs-fuse/s3fs-fuse/commit/4523aebdc9dde4e50009119a2584ca57b0634877) Keep cache path parameters as std::string ### 📊 Changes **3 files changed** (+15 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `src/cache.cpp` (+11 -17) 📝 `src/cache.h` (+2 -6) 📝 `src/s3fs.cpp` (+2 -2) </details> ### 📄 Description While some of these originate as `char *`, eventually they convert to `std::string` in the `std::map` lookup. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:06 +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#2550
No description provided.