maytasm3 commented on a change in pull request #9375: Add support for optional cloud (aws, gcs, etc.) credentials for s3 for ingestion URL: https://github.com/apache/druid/pull/9375#discussion_r383537739
########## File path: docs/ingestion/native-batch.md ########## @@ -846,6 +847,15 @@ S3 Object: |bucket|Name of the S3 bucket|None|yes| |path|The path where data is located.|None|yes| +Properties Object: + +|property|description|default|required?| +|--------|-----------|-------|---------| +|accessKeyId|S3 access key for this S3 InputSource|None|yes if secretAccessKey is given| Review comment: Oh i see. Wanted to emphasize that these configs will only be applied to this input source (not the deep storage, etc.) ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
