use*_*341 1 amazon-web-services
当我为s3运行亚马逊网络服务的给定脚本时.它给了我这些错误.我在这里失踪但是我使用了Access和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.
Run Code Online (Sandbox Code Playgroud)
我需要你的建议.
很清楚,还是?指定其他存储桶名称...
[BucketAlreadyExists] The requested bucket name is not available
Run Code Online (Sandbox Code Playgroud)
因此,您无法上传到此存储桶,因为具有此名称的存储桶已存在于同一区域(命名空间在帐户之间是全局的),并且它不是您的,然后您会收到此错误:
[AccessDenied]
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
4591 次 |
| 最近记录: |