Hello all, I have a python pipeline that writes data to an s3 bucket. On my laptop it picks up the SDK credentials from my boto3 config and works great.
Is is possible to provide credentials explicitly? I'd like to use remote dataflow runners, which won't have implicit AWS credentials available. Thanks, Ross
