Skip to content

Commit

Permalink
Merge pull request #462 in ITERATE/cyberduck from bugfix/SPECTRA-57 t…
Browse files Browse the repository at this point in the history
…o master

* commit 'c98cb9e97bcafb4ef16c8716f9df9d144feb64ba [formerly 86ccd841ac15382cd5dc162f2a94398b69a713ff]':
  Set max upload size for bulk PUT.


Former-commit-id: 2a01b5f51dd361e16545b3e289b5eeb661fc8367
  • Loading branch information
automerge committed Oct 18, 2016
2 parents 73ae507 + c98cb9e commit 4add482
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -140,6 +140,7 @@ public Set<UUID> pre(final Transfer.Type type, final Map<Path, TransferStatus> f
case upload:
job = helper.startWriteJob(
container.getKey().getName(), container.getValue(), WriteJobOptions.create()
.withMaxUploadSize(Integer.MAX_VALUE)
.withChecksumType(Checksum.Type.CRC32));
break;
default:
Expand Down

0 comments on commit 4add482

Please sign in to comment.