Skip to content

Commit

Permalink
minor changes related to blob path
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketnagdive committed Jun 24, 2024
1 parent fd324ed commit 5cdf37c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -790,12 +790,12 @@
"blobs": [
{
"container": "{{cloud_storage.container}}",
"path": "/{{cloud_storage.object_key}}"
"path": "/druid-content-snapshot/snapshot.txt"
}
],
{% else %}
"type": "static-s3",
"uris": [ "s3://{{cloud_storage.container}}/{{cloud_storage.object_key}}"],
"uris": [ "s3://{{cloud_storage.container}}/druid-content-snapshot/snapshot.txt"],
{% endif %}
"fetchTimeout": 300000
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -852,13 +852,14 @@
"blobs": [
{
"container": "{{cloud_storage.container}}",
"path": "/{{cloud_storage.object_key}}"
"path": "/druid-content-snapshot/vdn-snapshot.txt"
}
],
{% else %}
"type": "static-s3",
"uris": [ "s3://{{cloud_storage.container}}/{{cloud_storage.object_key}}"],
"uris": [ "s3://{{cloud_storage.container}}/druid-content-snapshot/vdn-snapshot.txt"],
{% endif %}
"fetchTimeout": 3000000
},
"tuningConfig":{
"type":"index",
Expand Down

0 comments on commit 5cdf37c

Please sign in to comment.