[PR #1665] Change S3Proxy from memory to filesystem storage #2101

Open
opened 2026-03-04 02:03:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1665
Author: @gaul
Created: 5/23/2021
Status: 🔄 Open

Base: masterHead: s3proxy/filesystem


📝 Commits (1)

  • e8f0ef4 Change S3Proxy from memory to filesystem storage

📊 Changes

4 files changed (+13 additions, -5 deletions)

View changed files

📝 .github/workflows/ci.yml (+1 -1)
📝 test/integration-test-common.sh (+2 -1)
📝 test/integration-test-main.sh (+8 -2)
📝 test/s3proxy.conf (+2 -1)

📄 Description

This should avoid OutOfMemoryErrors seen with larger object sizes.
Enabled by fixes in S3Proxy 2.0.0. Also change LC_ALL to en_US.UTF-8
and add locales packages so that S3Proxy can create Unicode file
names. This commit requires Java 17 on macOS to allow creating
extended attributes for directories.


🔄 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/1665 **Author:** [@gaul](https://github.com/gaul) **Created:** 5/23/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `s3proxy/filesystem` --- ### 📝 Commits (1) - [`e8f0ef4`](https://github.com/s3fs-fuse/s3fs-fuse/commit/e8f0ef47921286c89f8bc41e055cd5312d67590b) Change S3Proxy from memory to filesystem storage ### 📊 Changes **4 files changed** (+13 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `test/integration-test-common.sh` (+2 -1) 📝 `test/integration-test-main.sh` (+8 -2) 📝 `test/s3proxy.conf` (+2 -1) </details> ### 📄 Description This should avoid `OutOfMemoryError`s seen with larger object sizes. Enabled by fixes in S3Proxy 2.0.0. Also change `LC_ALL` to `en_US.UTF-8` and add locales packages so that S3Proxy can create Unicode file names. This commit requires Java 17 on macOS to allow creating extended attributes for directories. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#2101
No description provided.