[PR #2248] [MERGED] Return std::string from base64 encoding function #2413

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2248
Author: @gaul
Created: 8/5/2023
Status: Merged
Merged: 8/6/2023
Merged by: @ggtakec

Base: masterHead: base64


📝 Commits (1)

  • 8ae44b3 Return std::string from base64 encoding function

📊 Changes

6 files changed (+25 additions, -66 deletions)

View changed files

📝 src/common_auth.cpp (+2 -11)
📝 src/curl.cpp (+5 -21)
📝 src/s3fs.cpp (+2 -13)
📝 src/string_util.cpp (+8 -13)
📝 src/string_util.h (+2 -2)
📝 src/test_string_util.cpp (+6 -6)

📄 Description

This is avoids manual memory allocations.


🔄 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/2248 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/5/2023 **Status:** ✅ Merged **Merged:** 8/6/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `base64` --- ### 📝 Commits (1) - [`8ae44b3`](https://github.com/s3fs-fuse/s3fs-fuse/commit/8ae44b3b4b04da46887307a234a317be0a94fa9f) Return std::string from base64 encoding function ### 📊 Changes **6 files changed** (+25 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `src/common_auth.cpp` (+2 -11) 📝 `src/curl.cpp` (+5 -21) 📝 `src/s3fs.cpp` (+2 -13) 📝 `src/string_util.cpp` (+8 -13) 📝 `src/string_util.h` (+2 -2) 📝 `src/test_string_util.cpp` (+6 -6) </details> ### 📄 Description This is avoids manual memory allocations. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:25 +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#2413
No description provided.