github.com/cs3org/reva/v2@v2.27.7/changelog/1.11.0_2021-08-03/provide-size-for-s3-upload.md (about) 1 Enhancement: Reduce memory usage when uploading with S3ng storage 2 3 The memory usage could be high when uploading files using the S3ng storage. 4 By providing the actual file size when triggering `PutObject`, 5 the overall memory usage is reduced. 6 7 https://github.com/cs3org/reva/pull/1940