Provides an abstraction layer for interacting with a storage; the storage can be local or in the cloud.
107
stars
18
forks
source link
Implement sizeOf, getFileByteRangeAsReadable and improved AWS performance #3
Closed
william00179 closed 4 years ago
sizeOf will return the size of the object without retrieving it. getFileByteRangeAsReadable allows for partial file retrieval from a byte range.
Performance increase in S3 adapter for getFileAsReadable.