Skip to content

Commit

Permalink
#OB-553 fix: Deployment issue fixes for OCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmya-dixit committed Feb 8, 2024
1 parent bf76ef3 commit cfde6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/analytics-druid/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ default_druid_configs:
s3_bucket: "{{ cloud_storage_telemetry_bucketname }}"
s3_endpoint: "{{ cloud_private_storage_endpoint }}"
s3_segment_dir: "druid/raw/segments"
s3_path_like_access: "{{ cloud_storage_pathstyle_access }}"
s3_path_like_access: "{{ s3_path_style_access }}"
s3_v4_sign_region: "{{ cloud_private_storage_region }}"
#Logging the indexing logs to s3
s3_logging_bucket: "{{ cloud_storage_telemetry_bucketname }}"
Expand Down

0 comments on commit cfde6df

Please sign in to comment.