@@ -1282,6 +1282,12 @@ You can use |tls| for both |s3| and your application database, or for
1282
1282
URL of the |aws| |s3| bucket or |s3|-compatible bucket that hosts the
1283
1283
oplog store.
1284
1284
1285
+ .. note::
1286
+
1287
+ If your endpoint doesn't include a region in its |url|,
1288
+ specify the :opsmgrkube:`s3RegionOverride <spec.backup.s3OpLogStores.s3RegionOverride>`
1289
+ field.
1290
+
1285
1291
.. opsmgrkube:: spec.backup.s3OpLogStores.s3BucketName
1286
1292
1287
1293
*Type*: string
@@ -1291,6 +1297,18 @@ You can use |tls| for both |s3| and your application database, or for
1291
1297
Name of the |aws| |s3| bucket or |s3|-compatible bucket that hosts
1292
1298
the oplog store.
1293
1299
1300
+ .. opsmgrkube:: spec.backup.s3OpLogStores.s3RegionOverride
1301
+
1302
+ *Type*: string
1303
+
1304
+ Region where your |s3|-compatible bucket resides. Use this
1305
+ field only if your |s3| oplog store's
1306
+ :opsmgrkube:`s3BucketEndpoint <spec.backup.s3OpLogStores.s3BucketEndpoint>`
1307
+ doesn't support region scoping. Region scoping is when your endpoint doesn't include a region in its |url|.
1308
+
1309
+ Don't use this field with |aws| |s3| buckets. For more information, see
1310
+ :opsmgr:`S3 Blockstore Configuration </reference/api/admin/backup/snapshot/s3Configs/create-one-s3-blockstore-configuration/>`.
1311
+
1294
1312
.. opsmgrkube:: spec.backup.s3Stores.customCertificate
1295
1313
1296
1314
*Type*: boolean
@@ -1422,7 +1440,13 @@ You can use |tls| for both |s3| and your application database, or for
1422
1440
*Required if you enable Backup using an S3 store.*
1423
1441
1424
1442
URL of the |aws| |s3| bucket or |s3|-compatible bucket that hosts the
1425
- snapshot store.
1443
+ snapshot store.
1444
+
1445
+ .. note::
1446
+
1447
+ If your endpoint doesn't include a region in its |url|,
1448
+ specify the :opsmgrkube:`s3RegionOverride <spec.backup.s3Stores.s3RegionOverride>`
1449
+ field.
1426
1450
1427
1451
.. opsmgrkube:: spec.backup.s3Stores.s3BucketName
1428
1452
@@ -1431,4 +1455,16 @@ You can use |tls| for both |s3| and your application database, or for
1431
1455
*Required if you enable Backup using an S3 store.*
1432
1456
1433
1457
Name of the |aws| |s3| bucket or |s3|-compatible bucket that hosts
1434
- the snapshot store.
1458
+ the snapshot store.
1459
+
1460
+ .. opsmgrkube:: spec.backup.s3Stores.s3RegionOverride
1461
+
1462
+ *Type*: string
1463
+
1464
+ Region where your |s3|-compatible bucket resides. Use this
1465
+ field only if your |s3| store's
1466
+ :opsmgrkube:`s3BucketEndpoint <spec.backup.s3Stores.s3BucketEndpoint>`
1467
+ doesn't support region scoping. Region scoping is when your endpoint doesn't include a region in its |url|.
1468
+
1469
+ Don't use this field with |aws| |s3| buckets. For more information, see
1470
+ :opsmgr:`S3 Blockstore Configuration </reference/api/admin/backup/snapshot/s3Configs/create-one-s3-blockstore-configuration/>`.
0 commit comments