Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.81 KB

cmd-restore.md

File metadata and controls

44 lines (31 loc) · 1.81 KB

Header Logo

↤ Developer Overview

mimic restore

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

AWS S3 Configuration

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

SAMPLE .env

AWS_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE
AWS_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
AWS_S3_BUCKET=mimic-my-voice
AWS_S3_REGION=us-east-1