From e3ded3df3a6926cb236e0b99a49adc8220f23aff Mon Sep 17 00:00:00 2001 From: Deep Khajanchi <45371064+deepkhajanchi@users.noreply.github.com> Date: Thu, 26 Feb 2026 17:22:17 -0800 Subject: [PATCH] Update S3 backup configuration description Removed mention of S3-compatible services from the backup configuration. We officially support AWS S3. --- modules/backup-and-restore/pages/configurations.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backup-and-restore/pages/configurations.adoc b/modules/backup-and-restore/pages/configurations.adoc index 993a02b96..91bac0531 100644 --- a/modules/backup-and-restore/pages/configurations.adoc +++ b/modules/backup-and-restore/pages/configurations.adoc @@ -36,7 +36,7 @@ NOTE: For `System.Backup.Local.Enable`, `System.Backup.S3.Enable`, `System.Backu |System.Backup.Local.Path |Local path to store the backup files. Required if backup is to be stored locally. |null -|System.Backup.S3.Enable |Enables or disables backup to AWS S3 or S3-compatible services such as Ceph S3.|`false` +|System.Backup.S3.Enable |Enables or disables backup to AWS S3.|`false` |System.Backup.S3.AWSAccessKeyID |AWS Access Key ID for authentication (deprecated, use `System.Backup.S3.AccessKeyID` instead, which has a higher priority.) |`+nan+`