Skip to content

Update README.md: add region, improve readability. #368

Merged
merged 1 commit into from
Jul 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions aws/projects/ditd-darhts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@

## DARHTS buckets

Three buckets per environment, for the following purposes:
Three buckets per environment, in the 'west' region, for the following purposes:

* in: uploaded files from DARHTS Salesforce
* in: uploaded files from DARHTS
* v-s3-ditd-darhts-{env}-in-{account}-{region-short}
* clean: after s3 scan, files which do not have threats are moved here via EventBridge and Lambda
* v-s3-ditd-darhts-{env}-clean-{account}-{region-short}
* quarantine: after s3 scan, files which may have threats or are unknown types (not no_threats) are moved here via EventBridge and Lambda

v-s3-ditd-darhts-{env}-in-{account}-{region-short}
v-s3-ditd-darhts-{env}-clean-{account}-{region-short}
v-s3-ditd-darhts-{env}-quarantine-{account}-{region-short}
* v-s3-ditd-darhts-{env}-quarantine-{account}-{region-short}

The `clean` bucket will need versioning turned on for replication to the DAPPS bucket (below)
All 3 buckets will use a bucket-specific KMS key.
Expand Down