Skip to content

[ObjectStorage] When creating a bucket named spider-test-bucket, an internal server error occurredΒ #1556

@yunkon-kim

Description

@yunkon-kim

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

curl -X PUT "http://localhost:1024/spider/s3/spider-test-bucket?ConnectionName=conn-kimy-aws"

Response

<?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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions