An internal server error occurred when creating a bucket named `spider-test-bucket`. I've experienced the same issue with both `curl` and adminweb. **Request** ```shell curl -X PUT "http://localhost:1024/spider/s3/spider-test-bucket?ConnectionName=conn-kimy-aws" ``` **Response** ```xml <?xml version="1.0" encoding="UTF-8"?> <Error> <Code>InternalError</Code> <Message>301 Moved Permanently</Message> <Resource>/spider-test-bucket</Resource> <RequestId>1757038424</RequestId> </Error> ``` **Observation** * The bucket name (e.g., `aws-ap-northeast-2-bucket-r415fu`) generated by Spider adminweb is OK. * **Therefore, I guess the `spider-test-bucket` name seems to be the issue.**