Skip to content

Commit 750db9e

Browse files
committed
Add region property in s3 API configuration
1 parent 92e683f commit 750db9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/kotlin/com/cosmotech/api/config/CsmPlatformProperties.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,9 @@ data class CsmPlatformProperties(
217217
/** Credentials: access key id */
218218
val accessKeyId: String = "",
219219
/** Credentials: secret access key */
220-
val secretAccessKey: String = ""
220+
val secretAccessKey: String = "",
221+
/** Storage region */
222+
val region: String = ""
221223
)
222224

223225
data class Argo(

0 commit comments

Comments
 (0)