How to successfully delete versioned files in S3

0

Hi,

How do I delete groups of versioned files in S3? I have thousands of files and do not want to have to select to delete each file. I have added a Lifecycle rule but it does not seem to be deleting the versions.

Thanks,

asked 2 years ago326 views
2 Answers
1
Accepted Answer

Hello

What issue do you have deleting non current versions through lifecycle?

There is a great blog post around using lifecyle policies for noncurrent versions : https://aws.amazon.com/blogs/storage/reduce-storage-costs-with-fewer-noncurrent-versions-using-amazon-s3-lifecycle/

Lifecycle policies are a great mechanism for current and non-current versions of objects. You can select how many versions to keep as well as number of days after which the non-current version of the object should be deleted. You can apply this at a prefix level or bucket level for filtering.

AWS
answered 2 years ago
  • Thanks for the reply

    I have a bucket with multiple prefixes e.g. bucket1\300\2006\1 I would like to delete all versioned objects from 300 down II have a lifecylce rule with the following options checked Expire current versions of objects Permanently delete noncurrent versions of objects and a prefix of 300 but the versions are not being deleted

0

Hi

Once you define a lifecycle rule for a noncurrent objects for a given prefix , you also need to configure 'Days after objects become noncurrent" and "number of newer objects to retain". Please follow the blog instructions as it will show you step by step.

As always test this with a small number of objects e.g. instead of using 300, you can use the 300/2006/1 to delete objects under that prefix.

Once the lifecycle is configured, there might be a delay in seeing the effect. See below article that explains it in detail. https://aws.amazon.com/premiumsupport/knowledge-center/s3-lifecycle-rule-delay/

AWS
answered 2 years 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