How to Install and Configure aws_cli

Please read the following article 
https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-windows.html

1. Once aws_cli is installed in order to check and confirm open Windows CMD and type in:

aws --version 

 

 

2.  In order to configure aws_cli to work with your dedicated S3 storage enter:

aws configure 

Enter aws_access_key_id and aws_secret_access_key and leave everything else as default. 
Please note that these keys are provided to you in id_client-iam_accesskeys.csv file during account creation or by Jatheon Support Team. 

3. Usage examples: 
NOTE:
Your customer_id is a unique number that you can find in your Jatheon Cloud journaling email address or in the name of the csv file. 

To copy a single file (replace customer_id with your unique id)

aws s3 cp D:\\files\\PST\\test2.pst s3://jatheon-import/customer_id/

 

To sync the content of the entire folder (replace customer_id with your unique id):

aws s3 sync D:\\files\\PST s3://jatheon-import/customer_id/

Comments

Powered by Zendesk