Skip to content

Commit c19cdbe

Browse files
committed
docs: be more specific about parameters
1 parent cb3ccb9 commit c19cdbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This workflow is used to unarchive files (_S3 Objects_) from an **archive** buck
4949
In order to be able to copy the archived files to the shared bucket, the files that have been transitioned into the Deep Archive storage class need to be restored.
5050
**The `unarchive` workflow does not directly restore these files. It makes a request to AWS to restore them. The requests can take [up to 48 hours](https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects-retrieval-options.html) to be processed. Therefore, the entire unarchive process not only involves this workflow, but also [S3 Batch Operations](https://aws.amazon.com/s3/features/batch-operations/), and the `copy-unarchive` cron workflow.**
5151

52-
The `unarchive` workflow also writes information from this workflow such as the copy manifest location and the restore location to files for the `copy-unarchive` workflow to use.
52+
The `unarchive` workflow also writes the restore_location, archive_bucket and consumer parameters from this workflow to a file for the `copy-unarchive` workflow to use.
5353

5454
### Flow
5555

0 commit comments

Comments
 (0)