From 31e748277f561873c8855b32ddbe522ca49714ae Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Mon, 10 Mar 2025 16:11:55 -0700 Subject: [PATCH] chore: update example config with scoutfs VGW_DISABLE_NOARCHIVE --- extra/example.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extra/example.conf b/extra/example.conf index 67cf9bc..2ab7b91 100644 --- a/extra/example.conf +++ b/extra/example.conf @@ -358,6 +358,13 @@ ROOT_SECRET_ACCESS_KEY= # as any parent directories automatically created with object uploads. #VGW_DIR_PERMS=0755 +# The default behavior of the gateway is to automatically set the noarchive +# flag on the multipart upload parts while the multipart upload is in progress. +# This is to prevent the parts from being archived since they are temporary +# and will be deleted after the multipart upload is completed or aborted. The +# VGW_DISABLE_NOARCHIVE option can be set to true to disable this behavior. +#VGW_DISABLE_NOARCHIVE=false + ###### # s3 # ######