Skip to content

Commit

Permalink
Fix Issue accessing S3 bucket #1596
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Jun 14, 2020
1 parent 16e7770 commit ffc6f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-amazon/build.gradle
Expand Up @@ -26,7 +26,7 @@ sourceSets {

dependencies {
compile project(':nextflow')
compile('io.nextflow:nxf-s3fs:1.0.7') {
compile('io.nextflow:nxf-s3fs:1.0.8') {
exclude group: 'org.apache.tika', module: 'tika-core'
exclude group: 'com.amazonaws', module: 'aws-java-sdk-s3'
}
Expand Down

0 comments on commit ffc6f84

Please sign in to comment.