You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "delete bag" script records the deletion in the deleted_bags table in DynamoDB, including a date, a reason, and the name of the person who deleted it. For example:
{
"environment": "prod",
"version": "v1",
"events": [
{
"deleted_at": "2021-03-17T12:52:12.893877",
"reason": "This is a bag that got sent to the testing space, which I meant to send to the born-digital space",
"requested_by": "arn:aws:sts::760097843905:assumed-role/platform-superdev/[email protected]"
}
],
"ingest_id": "2c0f2583-4e64-4db9-b64b-f5952b411b18",
"space": "testing",
"externalIdentifier": "PPKIN/B/2/5/3"
}
It would be useful if this data was available in a more human-readable form, similar to the list of Miro image suppressions. This list should live in a private repo, similar to the list of Miro suppressions.
Modify the script to delete bags (ss_delete_bag.py) to maintain this table
Add a link to this table from the GitBook documentation about deleting bags
The text was updated successfully, but these errors were encountered:
The "delete bag" script records the deletion in the
deleted_bags
table in DynamoDB, including a date, a reason, and the name of the person who deleted it. For example:It would be useful if this data was available in a more human-readable form, similar to the list of Miro image suppressions. This list should live in a private repo, similar to the list of Miro suppressions.
ss_delete_bag.py
) to maintain this tableThe text was updated successfully, but these errors were encountered: