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.
Pretty clear, or? Specify another bucket name…
So you cant upload to this bucket because a bucket with this name already exists in the same region (the namespace is global between accounts), and it’s not yours and then you get this error: