Get Blob.
Future<http.StreamedResponse> getBlob(String path) async { var request = http.Request('GET', uri(path: path)); _sign(request); return request.send(); }