Asmita Vagyani created CLOUDSTACK-1807:
------------------------------------------
Summary: CS4 AWS S3 support - List all buckets AWS API doesnot
return correct response if not buckets are created on NFS mount
Key: CLOUDSTACK-1807
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1807
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: AWSAPI
Affects Versions: 4.0.0
Environment: CS 4.0.0. dfeployed on RHEL 6.3
Reporter: Asmita Vagyani
There is no bucket created on my NFS mount.
When I use this url
http://torvm-cloudstack-mgmt.sigmasys.net:7080/awsapi/rest/AmazonS3
In the IE browser, it gives 400-Bad request error.
When I give url as
http://torvm-cloudstack-mgmt.sigmasys.net:7080/awsapi/rest/AmazonS3/test2342
It gives error like :
<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist</Message>
<BucketName>test2342</BucketName> <RequestId>1DEADBEEF9</RequestId>
<HostId>abCdeFgHiJ1k2LmN3op4q56r7st89</HostId>
</Error>
This is a normal behavior.
Same behavior I should get when I don’t pass any name of bucket.
Please check if this is a bug in CS4.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira