dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

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

Open ArchangelX360 opened this issue 6 years ago • 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?

ArchangelX360 avatar Apr 02 '19 12:04 ArchangelX360