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
As a curator
I want the dataset files I'm publishing to Wasabi to be also backed up to S3 Glacier
So that I have piece of mind that any dataset files we publish has a backup available
Acceptance criteria
Given a dataset being curated has files associated with it
When I call the command to backup the dataset files
Then a prominent flag file "backup.in.progress" is written to the user dropbox being backed up
Given a dataset being curated has files associated with it
When I call the command to backup the dataset files
And the backup has completed successfully
Then the prominent flag file "backup.in.progress" is removed
Given a dataset being curated has files associated with it
When I call the command to backup the dataset files
And the backup has completed successfully
Then a new entry is add to the Curation log announcing success of backup process
Given a dataset being curated has files associated with it
When I call the command to backup the dataset files
And the backup has failed
Then a new entry is add to the Curation log announcing failure of backup process
The text was updated successfully, but these errors were encountered:
User story
Acceptance criteria
The text was updated successfully, but these errors were encountered: