I am trying to copy .sql file to amazon s3. But I keep getting this error message after applying following command in Command Prompt:
aws s3 cp <filename.sql> s3://<bucket-name>
error message is:
upload failed: .\<filename.sql> to s3://bucket-name/<filename.sql> [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
Can anyone please walk through this issue? I'm using Windows 10 OS.