Do I need to set cycle for deleting incomplete multipart uploads when my glacier deep archive object upload is cancelled?

0

As title, I am uploading objects to glacier deep archive directly (without cycle set). I checked here and found out it seems like cancelling glacier deep archive upload does not encounter incomplete multipart uploads. So no need to worry about the "incomplete multipart cost."

Am I right? Thanks!

質問済み 1年前240ビュー
1回答
0

You are billed for all storage associated with uploaded parts. For more information, see Multipart upload and pricing. So it's important that you either complete the multipart upload to have the object created or stop the multipart upload to remove any uploaded parts.

You can stop an in-progress multipart upload in Amazon S3 using the AWS Command Line Interface (AWS CLI), REST API, or AWS SDKs. You can also stop an incomplete multipart upload using a bucket lifecycle configuration.

To make sure you are not being charged for parts of an incomplete multipart upload, it is a best practice to set up a lifecycle policy with the maximum number of days that can pass from the start of a multipart upload to its completion. In the document you mention, there is an example of such policy, however, you can look at the official documentation on how to set it up.

AWS
David C
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ