Restore Mimic Sessions from AWS S3
Restore your Mimic Recording Sessions from Amazon AWS S3 using one of the following commands:
mimic restore
mimic restore --dry-run
FLAGS:
Name | Flag | Required | Definition |
---|---|---|---|
Dry Run | --dry-run |
No | Restore using Dry Run Only |
In order to use AWS S3, you will need to provide your AWS credentials in the .env
file. If you have not already done so, duplicate the .env.example
file and name it .env
in the same directory.
Before you can perform your restore, you will need to edit your .env
file and provide the following AWS Credentials:
Name | Example | Definition |
---|---|---|
AWS_ACCESS_KEY | AKIAIOSFODNN7EXAMPLE |
[?] AWS Access Key |
AWS_SECRET_KEY | wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY |
[?] AWS Secret Key |
AWS_S3_BUCKET | mimic-my-voice |
[?] AWS S3 Bucket Name |
AWS_S3_REGION | us-east-1 |
[?] AWS S3 Bucket Region |
AWS_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE
AWS_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
AWS_S3_BUCKET=mimic-my-voice
AWS_S3_REGION=us-east-1