Replies: 4 comments 1 reply
-
We can open a feature request for this. The 755 is hard coded in there for now, but we can add an option to set this: versitygw/backend/posix/posix.go Lines 274 to 277 in d2b0d24 |
Beta Was this translation helpful? Give feedback.
0 replies
-
opened #878 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can the file default perms also be configurable; eg, 664? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're building versitygw on ubuntu22
We'd like newly created bucket directories to be 775; ie, group writable.
We "umask 002" before starting versitygw, but it seems to ignore the umask and directories are 755.
Then from another machine
aws --profile versitygw --endpoint-url http://XXX.ucsd.edu:7070 s3 mb s3://first
The resulting directory is 755
I've searched documentation, discussions, and google generally for keywords versitygw and umask, but haven't found any advice.
Any suggestions?
Thanks,
Ron
Beta Was this translation helpful? Give feedback.
All reactions