didip commented on PR #12339:
URL: https://github.com/apache/druid/pull/12339#issuecomment-1119152148
@gianm when we submit our spec, the `ioConfig.properties` field is always
empty. We always use IAM roles to centrally manage connections in and out of
Druid. See example:
```
"ioConfig": {
"type": "index_parallel",
"inputSource": {
"type": "s3",
"uris": null,
"prefixes": [
"s3://ourbucket/ourdb.db/ourtable/dt=20210717"
],
"objects": null,
"properties": {}
},
"inputFormat": {
"type": "parquet",
"flattenSpec": {
"useFieldDiscovery": true,
"fields": []
},
"binaryAsString": false
},
"appendToExisting": false,
"dropExisting": false
},
```
Which makes it really weird.
--
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]