public class AmazonS3ServiceImpl extends Object implements AmazonS3Service
AmazonS3Service.AmazonS3Service.Builder| Constructor and Description |
|---|
AmazonS3ServiceImpl(String bucket)
Initialises a new instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
uploadPartToAmazon(Indexed<byte[]> chunk,
String filename,
int numberOfChunks,
MultipartParameters multipartParams)
Check
AmazonS3Service for more information. |
public AmazonS3ServiceImpl(String bucket)
bucket - AWS bucket with the URL to upload the part to.public io.reactivex.Completable uploadPartToAmazon(Indexed<byte[]> chunk, String filename, int numberOfChunks, MultipartParameters multipartParams)
AmazonS3Service for more information.uploadPartToAmazon in interface AmazonS3Servicechunk - 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 © 2022. All rights reserved.