We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to have distinct bucket names for primary blob store and secondary blob store because I need to host them on the same OVH account.
Hence, I need a blobStore.properties :
blobStore.properties
objectstorage.s3.secondary.bucket.suffix=copy
Also include a HELM chart property for this.
The text was updated successfully, but these errors were encountered:
How about objectstorage.s3.secondary.bucketPrefix?
objectstorage.s3.secondary.bucketPrefix
Suffix would likely require changes on James's S3BlobStoreConfiguration.
Sorry, something went wrong.
code change: #1309
helm v5.2: https://ci.linagora.com/linagora/lrs/saas/tools/helm-charts/tmail-backend/-/merge_requests/109
I would take the chance to backport the secondary blob store config to branch 4.0 too as it seems 4.0 still can be used by CNB prod...
quantranhong1999
Successfully merging a pull request may close this issue.
Description
I want to have distinct bucket names for primary blob store and secondary blob store because I need to host them on the same OVH account.
Hence, I need a
blobStore.properties
:Also include a HELM chart property for this.
The text was updated successfully, but these errors were encountered: