diff --git a/docs/docs/self-hosting/administration/object-storage.md b/docs/docs/self-hosting/administration/object-storage.md index 15345104c9..1ff597facb 100644 --- a/docs/docs/self-hosting/administration/object-storage.md +++ b/docs/docs/self-hosting/administration/object-storage.md @@ -73,15 +73,15 @@ You can configure this for individual buckets over defining top-level configurat A sample configuration for `b2-eu-cen` is provided, which can be used for other 2 buckets as well: -``` yaml - b2-eu-cen: - are_local_buckets: true - use_path_style_urls: true - key: - secret: - endpoint: localhost:3200 - region: eu-central-2 - bucket: b2-eu-cen +```yaml +b2-eu-cen: + are_local_buckets: true + use_path_style_urls: true + key: + secret: + endpoint: localhost:3200 + region: eu-central-2 + bucket: b2-eu-cen ``` ## CORS (Cross-Origin Resource Sharing) diff --git a/docs/docs/self-hosting/installation/config.md b/docs/docs/self-hosting/installation/config.md index a5bc6b3c7d..c406d77fb6 100644 --- a/docs/docs/self-hosting/installation/config.md +++ b/docs/docs/self-hosting/installation/config.md @@ -111,11 +111,11 @@ and [troubleshooting](/self-hosting/troubleshooting/uploads) sections. | Variable | Description | Default | | -------------------------------------- | -------------------------------------------- | ------- | -| `s3.b2-eu-cen` | Primary hot storage bucket configuration | | +| `s3.b2-eu-cen` | Primary hot storage bucket configuration | | | `s3.wasabi-eu-central-2-v3.compliance` | Whether to disable compliance lock on delete | `true` | -| `s3.scw-eu-fr-v3` | Cold storage bucket configuration | | -| `s3.wasabi-eu-central-2-v3` | Secondary hot storage configuration | | -| `s3.are_local_buckets` | | `true` | +| `s3.scw-eu-fr-v3` | Cold storage bucket configuration | | +| `s3.wasabi-eu-central-2-v3` | Secondary hot storage configuration | | +| `s3.are_local_buckets` | | `true` | | `s3.use_path_style_urls` | Enable path-style URLs for MinIO | `false` | ### Encryption Keys