-
Notifications
You must be signed in to change notification settings - Fork 19
PBM-1484 Updated GCS configuration example and options #261
New issue
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
base: main
Are you sure you want to change the base?
Conversation
modified: docs/details/storage-config-example.md modified: docs/reference/configuration-options.md
@@ -50,20 +50,20 @@ storage: | |||
|
|||
The storage provider’s name. | |||
|
|||
Supported values: `aws`, `gcs` | |||
Supported values: `aws` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the purpose of that configuration if only 1 value is allowed? Should we deprecate it?
|
||
### storage.s3.region | ||
|
||
*Type*: string <br> | ||
*Required*: YES (for AWS and GCS) | ||
*Required*: YES (for AWS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's required for AWS, and AWS is the only option - it's just "YES"
@@ -176,6 +176,51 @@ Disables the TLS verification of the S3 storage. This allows Percona Backup for | |||
|
|||
Use this option with caution as it might leave a hole for man-in-the-middle attacks. | |||
|
|||
## GCS type storage options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A configuration example is appreciated.
modified: docs/details/storage-config-example.md
modified: docs/reference/configuration-options.md