Skip to content

Commit 20b6c63

Browse files
committed
[PLAT-18637]Add option to use signing region in storage config cr
Summary: Signing regions are useful for S3 compatible endpoints as well as private S3 endpoints. Added ability to specify that in Storage config crd. Test Plan: itests Reviewers: anijhawan, dshubin, anabaria Reviewed By: anabaria Differential Revision: https://phorge.dev.yugabyte.com/D47074
1 parent 533c820 commit 20b6c63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

managed/src/main/java/com/yugabyte/yw/common/operator/resources/storageConfigCrd.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ spec:
9494
Use path style access for S3 bucket configuration. Valid for S3 compatible
9595
storages.
9696
type: boolean
97+
SIGNING_REGION:
98+
description: |
99+
Signing region to be used for S3 clients when accessing storage bucket. Use
100+
for S3 compatible storages / private S3 endpoints.
101+
type: string
97102
required:
98103
- BACKUP_LOCATION
99104
awsSecretAccessKeySecret:

0 commit comments

Comments
 (0)