Hi Ross, it seems that this feature is missing (e.g. passing a pipeline option with authentication information for AWS). I'm sorry about that - that's pretty annoying. I wonder if you can use the setup.py file to add the default configuration yourself while we have appropriate support for a pipeline option-based authentication. Could you try adding this default config on setup.py? Best -P.
On Tue, Sep 29, 2020 at 11:16 AM Ross Vandegrift < [email protected]> wrote: > 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 >
