Hey folks, I am trying to run a flow where I am up...
# ask-metaflow
a
Hey folks, I am trying to run a flow where I am uploading and fetching files from s3 using metaflow's S3 API call but I am getting error:
botocore.exceptions.NoCredentialsError: Unable to locate credentials
. This happens only if I run with
--max-workers
>1 but with
--max-workers 1
all seems to work fine but that is not desirable for my use case. Can someone please help on this front?
1