File transfer service seems to be rejecting valid credentials from AWS? I have an s3 bucket:: >>> s3://my-bucket-name/icd_to_ccs.csv Have tried to set up the transfer service using the access key and secret
The key and secret work fine using boto3 and the aws command line for accessing the same file on my local machine Can't come up with the right foo to make it work using the cloud console transfer facility. I have tried with and without the Filter setting with and without the file name in the original "bucket" window.
It keeps giving me invalid access key? any guidance or tricks to this?
Have checked this answer and verified that my bucket has permissions for list the Amazon S3 bucket, get the location of the bucket, and read the objects in the bucket.
As mentioned the same key(and an alternate set of fresh keys) works fine via the boto3/cli on my local but no go on the web console..