File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 1.8.2 - 2020-02-19
8+
9+ ### Fixed
10+ - Use the passed-in length within S3ByteStorageService.save.
11+
712## 1.8.1 - 2020-02-05
813
914### Removed
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ class S3ByteStorageService @Inject()() extends ByteStorageService {
100100 Logger .debug(" Saving file to: /" + bucketName + " /" + prefix)
101101
102102 val id = UUID .generate.stringify
103- val length = inputStream.available
104103 val separator = java.io.File .separatorChar
105104
106105 var targetPath = prefix
You can’t perform that action at this time.
0 commit comments