course:amazon_aws:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
course:amazon_aws:start [2021/09/01 18:57] don.leecourse:amazon_aws:start [2023/12/05 19:21] (current) don.lee
Line 70: Line 70:
 </code> </code>
  
 +<note tip>Please note that if you delete a file on your local folder, the next time you run the AWS S3 sync will download it again.</note>
  
 +===== Troubleshooting =====
 +
 +<note warning>
 +fatal error: An error occurred (IllegalLocationConstraintException) when calling the ListObjectsV2 operation: The ap-east-1 location constraint is incompatible for the region specific endpoint this request was sent to.
 +</note>
 +
 +If failed, try change the region to 'ap-east-1' by running the 'aws configure' again.
 +
 +  * run the following command and enter the Access key and secret.
 +<code>
 +# aws configure
 +</code>
 +
 +  * Enter the AWS Access Key ID and AWS Secret Access Key and leave other blank
 +    * AWS Access Key ID: ask your administrator
 +    * AWS Secret Access Key: ask your administrator
 +    * Default region name: input ap-east-1 and Enter
 +    * Default output format: Leave blank and Enter
  
  
  • course/amazon_aws/start.1630493862.txt.gz
  • Last modified: 2021/09/01 18:57
  • by don.lee