object S3RangeReader
The companion object of S3RangeReader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- S3RangeReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(request: GetObjectRequest, client: S3Client): S3RangeReader
Returns a new instance of S3RangeReader.
Returns a new instance of S3RangeReader.
- returns
A new instance of S3RangeReader.
-
def
apply(bucket: String, key: String, client: S3Client): S3RangeReader
Returns a new instance of S3RangeReader.
Returns a new instance of S3RangeReader.
- returns
A new instance of S3RangeReader.
- def apply(uri: URI, client: S3Client): S3RangeReader
- def apply(uri: URI): S3RangeReader
- def apply(s3address: String, client: S3Client): S3RangeReader