Copy POSIX attributes from bucket #1277
Labels
Eng-Backlog
feature request
Feature request: request to add new features or functionality
p1
P1
question
Customer Issue: question about how to use tool
Describe the issue
In the GCSFUSE documentation it's mentioned that GCSFUSE doesn't transfer POSIX attributes when uploading files to buckets (link). However, nothing is mentioned regarding if POSIX attributes would be copied if they are available as metadata in the objects. On manual testing, I noticed that POSIX attributes are not copied.
I suppose, if POSX attributes are available as meta-data in the objects, then that should be copied as well? This could be very useful especially for things like file mode, uid, gid.
In case of
gsutil cp
, the-P
flag allows POSIX attributes to be both uploaded as metadata, and then during download these POSIX attributes are set for the files.Is there any particular reason against copying of POSIX attributes?
Steps to reproduce the behavior
0644
(default file mode set by GCSFUSE)gsutil cp -P
0644
.The text was updated successfully, but these errors were encountered: