dimas-b commented on code in PR #3409:
URL: https://github.com/apache/polaris/pull/3409#discussion_r2677886827
##########
runtime/service/src/main/java/org/apache/polaris/service/storage/StorageConfiguration.java:
##########
@@ -57,6 +58,21 @@ public interface StorageConfiguration extends S3AccessConfig
{
@WithName("aws.secret-key")
Optional<String> awsSecretKey();
+ @WithName("aws")
+ Map<String, StorageConfig> storages();
Review Comment:
`@WithDefaults` and/or `@WithParentName` might be helpful here... WDYT? e.g.
https://github.com/apache/polaris/blob/20febdaede19fb7c46e120652fdd1a262c2138e4/runtime/service/src/main/java/org/apache/polaris/service/auth/AuthenticationConfiguration.java#L36
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]