Skip to content

Commit

Permalink
Convert dir to semver
Browse files Browse the repository at this point in the history
  • Loading branch information
jaamarks committed Jul 12, 2024
1 parent 7e237de commit 8d4e3a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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.

<br><br>

Expand All @@ -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.

<br><br>

<br><br>


## 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.
File renamed without changes.

0 comments on commit 8d4e3a8

Please sign in to comment.