mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1360] The gid/uid of moved files is incorrect #727
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#727
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?
Originally created by @ggtakec on GitHub (Aug 12, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1360
Version of s3fs being used (s3fs --version)
v1.86, v1.87
Related Issue
#1346
Details about issue
In addition to the mount point of s3fs, create a file larger than the size to be uploaded by multipart upload and move the file to the mount point or less.
After that, the owner and group of the original file will be incorrect.
This happens for the same reason as Issue #1346.
@gaul commented on GitHub (Aug 16, 2020):
@ggtakec Can we add a test for this?
@ggtakec commented on GitHub (Aug 16, 2020):
@gaul I think it's possible.
I will create a PR code, so please wait a while.
@ggtakec commented on GitHub (Aug 20, 2020):
#1364 is merged for this issue.