getObject method
get a readable stream of the object content.
Implementation
Future<MinioByteStream> getObject(String bucket, String object) {
return getPartialObject(bucket, object, null, null);
}
get a readable stream of the object content.
Future<MinioByteStream> getObject(String bucket, String object) {
return getPartialObject(bucket, object, null, null);
}