diff --git a/archive_and_delete_from_s3/v1/.dockerignore b/archive_and_delete_from_s3/v1.0.0/.dockerignore similarity index 100% rename from archive_and_delete_from_s3/v1/.dockerignore rename to archive_and_delete_from_s3/v1.0.0/.dockerignore diff --git a/archive_and_delete_from_s3/v1/Dockerfile b/archive_and_delete_from_s3/v1.0.0/Dockerfile similarity index 100% rename from archive_and_delete_from_s3/v1/Dockerfile rename to archive_and_delete_from_s3/v1.0.0/Dockerfile diff --git a/archive_and_delete_from_s3/v1/README.md b/archive_and_delete_from_s3/v1.0.0/README.md similarity index 61% rename from archive_and_delete_from_s3/v1/README.md rename to archive_and_delete_from_s3/v1.0.0/README.md index 3258c84..dc9a3da 100644 --- a/archive_and_delete_from_s3/v1/README.md +++ b/archive_and_delete_from_s3/v1.0.0/README.md @@ -1,7 +1,7 @@ # Archive and Delete Files from S3 Archives S3 objects recursively in a folder or deletes them if they have been archived for a specified time. -*Note*: `rti-cromwell-output` is hard coded into the code. So even if you provide a different bucket, `rti-cromwell-output` will be used. +**Note:** `rti-cromwell-output` is hard coded into the code. So even if you provide a different bucket, `rti-cromwell-output` will be used.

@@ -27,15 +27,14 @@ $ docker run -it rtibiocloud/archive_and_delete_from_s3:v1_9940a86 \ --aws-access-key-id AKIA12345 \ --aws-secret-access-key abcde12345 ``` -This will move all objects in the "cromwell-execution/metal_gwas_meta_analysis_wf/07c84f1f-d272-4808-94cc-c39332c65d87/" -folder of the "rti-cromwell-output" bucket that are older than 30 days from Standard storage to Intelligent-Tiering storage, -and delete any objects in the same folder that are currently in Intelligent-Tiering and are older than 180 days. -The default values for --days_to_archive and --days_to_delete are 180. +This will move all objects in the `cromwell-execution/metal_gwas_meta_analysis_wf/07c84f1f-d272-4808-94cc-c39332c65d87/` folder of the `rti-cromwell-output` bucket that are older than 30 days from Standard Storage to Intelligent-Tiering Storage, and delete any objects in the same folder that are currently in Intelligent-Tiering and are older than 180 days. + +The default values for `--days_to_archive` and `--days_to_delete` are 180. -

+

## Contact -If you have any questions or suggestions, please feel free to contact Jesse Marks at jmarks@rti.org. +If you have any questions or suggestions, please feel free to contact Jesse Marks at jmarks@rti.org. \ No newline at end of file diff --git a/archive_and_delete_from_s3/v1/glacierize.py b/archive_and_delete_from_s3/v1.0.0/glacierize.py similarity index 100% rename from archive_and_delete_from_s3/v1/glacierize.py rename to archive_and_delete_from_s3/v1.0.0/glacierize.py