Document default setting for validateWrites (S3 Storage)#13909
Document default setting for validateWrites (S3 Storage)#13909as598466 wants to merge 1 commit intonextcloud:masterfrom
Conversation
Added note about 'validateWrites' default setting for object stores. Signed-off-by: as598466 <124391092+as598466@users.noreply.github.com>
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
| * :code:`legacy_auth` has no default | ||
| * :code:`version` defaults to :code:`latest` | ||
| * :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.] | ||
| * :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.] |
There was a problem hiding this comment.
| * :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.] | |
| * :code:`validateWrites` defaults to :code:`true` [Note: Setting this to :code:`false` might be necessary for object stores with "eventual consistency". It prevents false errors where a file is successfully uploaded but not yet visible to an immediate check.] |
Added note about 'validateWrites' default setting for object stores.
☑️ Resolves
According to nextcloud/server#55814, i added the variable to the documentation, allowing the object's storage to be disabled from being checked on an S3 storage.