Skip to content

Commit

Permalink
Upgrade s3fs lib to version 1.0.6 #856
Browse files Browse the repository at this point in the history
This version implements a better thread pooling stratgey
to speedup S3 file uploads.

See nextflow-io/nextflow-s3fs@199f2b2
  • Loading branch information
pditommaso committed Jul 9, 2019
1 parent d71b94e commit 6de58e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nextflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
compile("com.esotericsoftware.kryo:kryo:2.24.0") { exclude group: 'com.esotericsoftware.minlog', module: 'minlog' }
compile('org.iq80.leveldb:leveldb:0.10')
compile('org.eclipse.jgit:org.eclipse.jgit:5.2.1.201812262042-r')
compile('io.nextflow:nxf-s3fs:1.0.5') {
compile('io.nextflow:nxf-s3fs:1.0.6') {
exclude group: 'org.apache.tika', module: 'tika-core'
exclude group: 'com.amazonaws', module: 'aws-java-sdk-s3'
}
Expand Down

0 comments on commit 6de58e8

Please sign in to comment.