S3上传文件问题,如何排查?

0

我想使用S3备份本地数据库的文件,一共10个文件每个1G左右。目前使用S3上传文件遇到问题,昨晚通过IDC机房上传了3次,10个文件只有4个文件上传成功了。今天尝试使用自己本地电脑进行上传也是不成功,刚开始可以,上传了几百M时就停止了。请问怎么排查问题呢?

profile picture
EXPERT
asked a month ago5 views
1 Answer
0

尝试CLI上传。 https://aws.amazon.com/cn/premiumsupport/knowledge-center/s3-multipart-upload-cli/。 s3 cli可以自动支持multipart上传 使用AWS CloudWatch日志:启用S3的访问日志记录,这将帮助您追踪上传请求并了解可能的问题。

profile picture
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions