dimas-b commented on code in PR #3409:
URL: https://github.com/apache/polaris/pull/3409#discussion_r2775786732
##########
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:
@tokoko : WDYT about `@WithParentName` for config handling? I hope it might
be a bit clearer.
--
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]