-
Notifications
You must be signed in to change notification settings - Fork 27
To merge 3.11.1-dev to 3.11 base #648
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
Conversation
DOC-2391 feat(backup): cloud-specific configuration parameters;
| |System.Backup.S3.AWSAccessKeyID |The access key for the cloud storage bucket. For AWS, the S3 access key ID; for GCS, the "Access Key". For Azure, the blob "Account Name". | `null` | ||
| |System.Backup.S3.Enable |Enables or disables backup to AWS S3 or S3-compatible services such as Ceph S3.|`false` | ||
|
|
||
| |System.Backup.S3.AWSAccessKeyID |AWS Access Key ID for authentication (deprecated, use System.Backup.S3.AccessKeyID instead, which has a higher priority.) | `null` |
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.
@anjaliIthapeTG The release notes page has a list of deprecations. Can you add these there? You can do that in a separate PR; it's not urgent.
|
|
||
| .Users should configure this parameter *only* for special cases, such as: | ||
| * To backup to a private AWS S3, typically set it to "https://s3.amazonaws.com/" or any available URI. | ||
| * To backup to a AWS S3 vpc endpoint, typically set it to "https://s3.amazonaws.com/" or any available URI/VPC endpoints. |
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.
@anjaliIthapeTG "vpc" is a acronym, so it should be capitalized. You can fix this later.
No description provided.