nextflow-io / nextflow-s3fs

An S3 File System Provider for Java 7 (project archived)
Apache License 2.0
1 stars 10 forks source link

Add signer override #10

Closed lukasjelonek closed 6 years ago

lukasjelonek commented 6 years ago

Add signer override option, in order to support s3 servers that do not support the default aws4 signing, see https://github.com/aws/aws-sdk-java/issues/372. Tested with our local ceph-radowgw installation.

pditommaso commented 6 years ago

Nice. I will merge and release as soon as possible. Thanks for the contribution.

pditommaso commented 6 years ago

Thanks a lot for this PR. Does it require a specific AWS SDK version ?

lukasjelonek commented 6 years ago

It works fine with the currently specified version, so no version update needed