public interface AmazonS3Service
| Modifier and Type | Interface and Description |
|---|---|
static class |
AmazonS3Service.Builder
Builder class used to create a new instance of
AssetService. |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
uploadPartToAmazon(Indexed<byte[]> chunk,
String filename,
int numberOfChunks,
MultipartParameters multipartParams)
Uploads a file part to Amazon S3.
|
io.reactivex.Completable uploadPartToAmazon(Indexed<byte[]> chunk, String filename, int numberOfChunks, MultipartParameters multipartParams)
chunk - Content of the file to be uploaded.filename - Name of the file to be uploaded.numberOfChunks - Total number of chunks.multipartParams - Upload request multipartParams.Observable with the request Response information.Copyright © 2024. All rights reserved.