mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #1665] Change S3Proxy from memory to filesystem storage #2101
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1665
Author: @gaul
Created: 5/23/2021
Status: 🔄 Open
Base:
master← Head:s3proxy/filesystem📝 Commits (1)
e8f0ef4Change 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_ALLtoen_US.UTF-8and 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.