I created a bucket on Amazon S3 and went to the url (which is the url I need to enter the initializer in my rails application)
https:
and received this message
This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>NoSuchBucket</Code> <Message>The specified bucket does not exist</Message> <BucketName>mtest73</BucketName> <RequestId>9FBDCC50303F4306</RequestId> <HostId> owG6PSSjvcS7QZwEMKzTjMnYiwclXkRG7QGIF/Ly+jc8mHnmbvWHXqitDzfjnzgM </HostId> </Error>
However, in the Amazon console, I even uploaded a small file into this bucket. 
Is there a reason for this? I thought this might mean that the bucket does not exist due to security reasons, but if I did something wrong, maybe that's why I can't get the Rails application to work ...
source share