AWS和S3的分段上传(收费过高了)

0

【以下的问题经过翻译处理】 对于在AWS中使用多部分上传到S3的用户,这是一篇你应该阅读的文章。如果你使用这个功能,那么你知道有时候多部分上传会失败。AWS会将这些失败的上传存储在你的S3存储桶中,并每天向你收取相应费用,除非你设置了生命周期策略来删除它们。这里是一篇关于如何设置生命周期策略的文章。你还应该要求退还这些费用。

https://aws.amazon.com/blogs/aws/s3-lifecycle-management-update-support-for-multipart-uploads-and-delete-markers/

由于我经常使用这个功能来备份我的PC备份,AWS将为我发放340美元的退款。感谢AWS。#aws #s3

我编写了一个应用程序,使用Python上传并执行其他功能到我的AWS帐户,我发现AWS正在向我收取我不知道使用的存储空间,因为它不显示在我的存储桶中。

1 Answer
0

【以下的回答经过翻译处理】 补充一下,你可以利用S3 Storage Lens来检查是否有待处理的分段上传,并创建生命周期策略来定期删除它们。这里有另一篇很好的博客文章介绍如何处理它们:https://aws.amazon.com/blogs/aws-cloud-financial-management/discovering-and-deleting-incomplete-multipart-uploads-to-lower-amazon-s3-costs/。

profile picture
EXPERT
answered 6 months 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