egor-ryashin commented on a change in pull request #10995:
URL: https://github.com/apache/druid/pull/10995#discussion_r611031811
##########
File path:
extensions-core/s3-extensions/src/main/java/org/apache/druid/data/input/s3/S3InputSourceConfig.java
##########
@@ -34,24 +34,44 @@
*/
public class S3InputSourceConfig
{
+ @Nullable
+ @JsonProperty
+ private String assumeRoleArn;
+ @Nullable
+ @JsonProperty
+ private String assumeRoleExternalId;
+ @JsonProperty
+ private PasswordProvider accessKeyId;
+ @JsonProperty
+ private PasswordProvider secretAccessKey;
Review comment:
Added.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]