oclif/dev-cli

AWS client seems not configurable, region, sslEnabled, s3ForcePathStyle, etc.

Opened this issue · 0 comments

I did not find any way of specifying configuration for AWS client.

There is some environment variable there to modify accessKeyId, secretAccessKey and sessionToken as well as endpoint

However, there is no flexibility to configure other variables of the constructor ClientConfiguration, am I missing something?

I need for example to override:

region: // ...
sslEnabled: // ...
s3ForcePathStyle: // ...

For now, I am using a forked version for my proof of concept however this is not a viable solution at all as all my peers would require to have the fork version to be able to publish to S3.

Am I missing something, and if not, is there any plan to support such configuration?