The AWS Access Key Id you provided does not exist in our records

Hi!! i am having to use a test pipeline:

nextflow run nf-core/rnaseq -r 3.23.0 -profile test --outdir ./out/

and i am having this issue “The AWS Access Key Id you provided does not exist in our records”:

I have installed nextflow following what they said in conda (Installation — Nextflow documentation)

conda create --name nf-env bioconda::nextflow

So i do not know if i need to install something else, how to do it. I really need help to solve it.

Thank you very much

Ok, so i just want to let my solution in order anyone else have the same issue and maybe this could help him/her. So in my case, there was a previous access_key and secret_key (aws configure list). So my simple solution was to do: rm -rf .aws/ and that was all! now it works perfectly…it seems that this previous key was generating some conflict with nextflow when downloading the genomes