I attempted to set up the node using Docker Compose as per the documentation, but I encountered an error.
setup | 2025-03-02T23:09:30.648310Z INFO syncador::backend::s3::bucket_connection: Creating bucket with configuration CreateBucketConfiguration { location_constraint: Some(UsWest1), location: None, bucket: None }
setup | 2025-03-02T23:09:31.011300Z DEBUG aws_sdk_s3::operation::create_bucket: extended_request_id=Some("M5Wc7M0lZTg2jqCiXicM/cc9nos1Btkj6Ogk14JzBDvhJNBP2XHGPne14fzZLtkngtfpNJe42HI=")
setup | 2025-03-02T23:09:31.011321Z DEBUG aws_sdk_s3::operation::create_bucket: request_id=Some("3JFAND032KX7ZBVB")
setup | Error: Backend Error: service error
setup |
setup | Caused by:
setup | 0: service error
setup | 1: BucketAlreadyExists: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.
setup | 2: BucketAlreadyExists: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.
I provided valid AWS credentials as variables since my server is not running on AWS.
I don’t understand why the setup container is attempting to create an S3 bucket.