简体   繁体   English

无法将文件从Amazon EC2传输到S3

[英]Unable to transfer file from Amazon EC2 to S3

I am trying to transfer files from EC2 (running ubuntu) to S3 using s3cmd command line .. however it gives the following warning ([Errno 32] Broken pipe) 我正在尝试使用s3cmd命令行将文件从EC2(正在运行ubuntu)传输到S3。但是,它发出以下警告([Errno 32]管道损坏)

The file size is 50 Mb .. 文件大小为50 Mb ..

What is it that i am doing wrong .. Is there any other option available to achieve the same 我做错了什么..是否有其他选择可实现相同

Does the bucket you're uploading to exist? 您要上传的存储桶是否存在? The broken pipe error could indicate you're using a bucket that doesn't exist and couldn't be successfully created for whatever reason. broken pipe错误可能表明您正在使用不存在的存储桶,并且无论出于何种原因都无法成功创建该存储桶。 Log into the AWS console for your account and check that you have that bucket, or just create it in the AWS console. 登录您帐户的AWS控制台并检查是否具有该存储桶,或者仅在AWS控制台中创建它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM