Skip to content

Commit da8a258

Browse files
authored
Document default setting for validateWrites
Added note about 'validateWrites' default setting for object stores. Signed-off-by: as598466 <[email protected]>
1 parent e6b59dc commit da8a258

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin_manual/configuration_files/primary_storage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ Optional parameters less commonly needing adjustment:
203203
* :code:`legacy_auth` has no default
204204
* :code:`version` defaults to :code:`latest`
205205
* :code:`verify_bucket_exists` defaults to :code:`true` [Note: Setting this to :code:`false` *after* confirming the bucket has been created may provide a performance benefit, but may not be possible in multibucket scenarios.]
206+
* :code:`validateWrites` defaults to :code:`true` [Note: Setting this to :code:false is recommended for object stores with "eventual consistency". It prevents false errors where a file is successfully uploaded but not yet visible to an immediate check.]
206207

207208
**If you are using Amazon S3:** the :code:`region` parameter is required unless you're happy with
208209
the default of :code:`eu-west-1`. There is no need to override the :code:`hostname` or :code:`port`.

0 commit comments

Comments
 (0)