Iam getting this error while copying to snowflake via AWS S3 .
copy into ORDER1 from 's3://path' credentials = (aws_secret_key '<secret_key' aws_key_id = '<key_id>');
My credential values are correct as far as my knowledge , And my S3 path is also correct, may I know how to rectify the following error?
Failure using stage area. Cause: [The request signature we calculated does not match the signature you provided. Check your key and signing method. (Status Code: 403; Error Code: SignatureDoesNotMatch)]