When I run given script for amazon web services for s3. It gives me these errors. What I am missing here however I used Access and sKey Id

Warning: S3::putBucket(yourbucket): [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. in /home/programm/public_html/consumers/aws/sources/S3.php on line 188

Warning: S3::putObject(): [AccessDenied] Access Denied in /home/programm/public_html/consumers/aws/sources/S3.php on line 312 Something went wrong while uploading your file... sorry.

I need your suggestions.

Regards

link|improve this question

64% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Pretty clear, or? Specify another bucket name...

[BucketAlreadyExists] The requested bucket name is not available

So you cant upload to this bucket because a bucket with this name already exists and its not yours and then you get this error:

[AccessDenied]
link|improve this answer
How I can create new bucket and use here. – user264341 Aug 9 '11 at 13:34
@user Which language etc.... – Skomski Aug 9 '11 at 13:45
I am using PHP here – user264341 Aug 9 '11 at 13:52
Complete documentation and examples: aws.amazon.com/sdkforphp – Skomski Aug 9 '11 at 14:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.