
How to permanently delete versioned objects from S3
This is part of our cloud security and things that are obvious once you see them series. Duhh... safe! Amazon's explanation of deleting a versioned object and the SDK documentation do not give an example of permanently deleting a versioned object. Here's how to do it: require 'aws-sdk' s3 = Aws: