mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1680] [MERGED] Allow configuration for temporary files directory #2110
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#2110
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/1680
Author: @CarstenGrohmann
Created: 6/13/2021
Status: ✅ Merged
Merged: 6/16/2021
Merged by: @gaul
Base:
master← Head:tmpfile📝 Commits (1)
91f6cbeAllow configuration for temporary files directory📊 Changes
7 files changed (+90 additions, -36 deletions)
View changed files
📝
Makefile.am(+0 -1)📝
doc/man/s3fs.1(+3 -0)📝
src/fdcache.cpp(+63 -31)📝
src/fdcache.h(+5 -0)📝
src/fdcache_entity.cpp(+4 -4)📝
src/s3fs.cpp(+12 -0)📝
src/s3fs_help.cpp(+3 -0)📄 Description
In the old version of s3fs, the directory for temporary files could only be set at compile time via
P_tmpdir. With the new optiontmpdir, on the other hand, the directory can be adjusted every time s3fs is started.This eliminates the need to build your own versions if you want to use a different location for temporary files.
Old behaviour:
New behaviour:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.