Skip to content

Commit

Permalink
Merge pull request #11087 from joshtrichards/jr-admin-primary-s3-crea…
Browse files Browse the repository at this point in the history
…te-performance-gain

(Object Storage) S3 performance gain from disabling verify_bucket_exists
  • Loading branch information
joshtrichards authored Sep 6, 2023
2 parents 88dc3cc + 5c8f038 commit b99dd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_manual/configuration_files/primary_storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Optional parameters less commonly needing adjustment:
* :code:`putSizeLimit` defaults to :code:`104857600`
* :code:`legacy_auth` has no default
* :code:`version` defaults to :code:`latest`
* :code:`verify_bucket_exists` defaults to :code:`true`
* :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.]

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

0 comments on commit b99dd87

Please sign in to comment.