We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd3ca2 commit 70ed5c9Copy full SHA for 70ed5c9
extra/example.conf
@@ -358,6 +358,13 @@ ROOT_SECRET_ACCESS_KEY=
358
# as any parent directories automatically created with object uploads.
359
#VGW_DIR_PERMS=0755
360
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
+
368
######
369
# s3 #
370
0 commit comments