TLDR Kurt needed help setting up Signoz standalone using an S3 bucket. Ankit provided advice on configuration and suggested checking the S3 endpoint region.
maybe you need to set `move to s3` period from the UI
How do you enable S3 for the Move to S3 option to show up?
it automatically comes up if the s3 config is correctly configured
the s3 endpoint would look something like
```
did you miss region in the endpoint?
Let me check on that. Thanks for fast responses.
Kurt
Mon, 20 Mar 2023 14:20:49 UTCTeam, I am trying to get Signoz standalone running using S3 bucket. Do you have detailed steps on how to do this? 1. I have edit the clickhouse-storage.xml and changed the endpoint, access_key_id, and secret_access_key. 2. I have edit the clickhouse-config.xml and change the database to s3 <!-- Default database. --> <default_database>s3</default_database> 3. Stopped and restart the containers but it’s not writing to s3. I know I am missing something.