Nishant singh
04/10/2023, 9:15 AMsignoz/deploy/docker/clickhouse-setup/clickhouse-storage.xml
<s3>
<type>s3</type>
<endpoint><https://BUCKET-NAME.s3.amazonaws.com/data/></endpoint>
<access_key_id>ACCESS-KEY-ID</access_key_id>
<secret_access_key>SECRET-ACCESS-KEY</secret_access_key>
</s3>
however I dont see any files created in my s3 bucket. Is there anything I am doing wrong here?
Running signoz with docker on aws t3a.2xlarge instancePrashant Shahi
04/10/2023, 11:52 AMNishant singh
04/10/2023, 12:28 PM