S3 Service
interface S3Service
Content copied to clipboard
Functions
getFileSize
Link copied to clipboard
getFileStreamStartingAt
Link copied to clipboard
abstract fun getFileStreamStartingAt(bucket: String, key: String, start: Long): BufferedSource
Content copied to clipboard
getWithSeek
Link copied to clipboard
abstract fun getWithSeek(bucket: String, key: String, seekStart: Long, seekEnd: Long): ByteString
Content copied to clipboard