sbt / sbt-s3

sbt-s3 is a simple sbt plugin to manipulate objects on Amazon S3
Apache License 2.0
63 stars 29 forks source link

Add support to specify SignerTypeOverride or custom config #39

Closed kthompson closed 5 years ago

kthompson commented 7 years ago

I basically need to call config.withSignerOverride("S3SignerType") on the generated ClientConfiguration. I ended up bringing in your project to accomplish it for now.

If there was a way to specify the SignerOverride or even just the whole ClientConfiguration that would be helpful.