Skip to content

Commit 70ed5c9

Browse files
committed
chore: update example config with scoutfs VGW_DISABLE_NOARCHIVE
1 parent 7fd3ca2 commit 70ed5c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

extra/example.conf

+7
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,13 @@ ROOT_SECRET_ACCESS_KEY=
358358
# as any parent directories automatically created with object uploads.
359359
#VGW_DIR_PERMS=0755
360360

361+
# The default behavior of the gateway is to automatically set the noarchive
362+
# flag on the multpart upload parts while the multipart upload is in progress.
363+
# This is to prevent the parts from being archived since they are temporary
364+
# and will be deleted after the multipart upload is completed or aborted. The
365+
# VGW_DISABLE_NOARCHIVE option can be set to true to disable this behavior.
366+
#VGW_DISABLE_NOARCHIVE=false
367+
361368
######
362369
# s3 #
363370
######

0 commit comments

Comments
 (0)