You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/configuration_files/primary_storage.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ Optional parameters less commonly needing adjustment:
203
203
* :code:`legacy_auth` has no default
204
204
* :code:`version` defaults to :code:`latest`
205
205
* :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.]
206
207
207
208
**If you are using Amazon S3:** the :code:`region` parameter is required unless you're happy with
208
209
the default of :code:`eu-west-1`. There is no need to override the :code:`hostname` or :code:`port`.
0 commit comments