This repository is created for uploading code snippets for various file operations.
-
DeleteObjectVersions.py --> Deletes specific versions of S3 objects based on a Retention Period i.e. this code will delete the versions whcih were created on or before a certain period
-
DeleteObjects.py --> Deletes specific S3 objects based on a Retention Period i.e. this code will delete the objects which were created on or before a certain period
-
WriteLambdaTempSpace.py --> Function explains how to write and retrieve data from the temp space of Lambda