Skip to content

Commit

Permalink
Merge pull request #924 from versity/ben/update_example_config
Browse files Browse the repository at this point in the history
chore: update example service config for directory perms option
  • Loading branch information
benmcclelland authored Oct 28, 2024
2 parents 45ad384 + 565000c commit c2f6e48
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions extra/example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,12 @@ ROOT_SECRET_ACCESS_KEY=
# to directories at the top level gateway directory as buckets.
#VGW_BUCKET_LINKS=false

# The default permissions mode when creating new directories is 0755. Use
# VGW_DIR_PERMS option to set a different mode for any new directory that the
# gateway creates. This applies to buckets created through the gateway as well
# as any parent directories automatically created with object uploads.
#VGW_DIR_PERMS=0755

###########
# scoutfs #
###########
Expand Down Expand Up @@ -346,6 +352,12 @@ ROOT_SECRET_ACCESS_KEY=
# to directories at the top level gateway directory as buckets.
#VGW_BUCKET_LINKS=false

# The default permissions mode when creating new directories is 0755. Use
# VGW_DIR_PERMS option to set a different mode for any new directory that the
# gateway creates. This applies to buckets created through the gateway as well
# as any parent directories automatically created with object uploads.
#VGW_DIR_PERMS=0755

######
# s3 #
######
Expand Down

0 comments on commit c2f6e48

Please sign in to comment.