gianm commented on code in PR #19317:
URL: https://github.com/apache/druid/pull/19317#discussion_r3279408169
##########
docs/tutorials/tutorial-extern.md:
##########
@@ -167,7 +167,7 @@ Druid supports Amazon S3 or Google Cloud Storage (GCS) as
cloud storage destinat
```sql
INSERT INTO
EXTERN(
- s3(bucket => 'your_bucket', prefix => 'prefix/to/files'))
+ s3(bucket => 'your_bucket', prefix => 'prefix/to/files', assumeRoleArn
=> 'arn:aws:iam::some-role'))
Review Comment:
Please also update `docs/multi-stage-query/reference.md`. The table of `s3`
options should include `assumeRoleArn` and `assumeRoleExternalId`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]