| Package | Description |
|---|---|
| com.bynder.sdk.model.upload | |
| com.bynder.sdk.service.amazons3 |
| Modifier and Type | Method and Description |
|---|---|
MultipartParameters |
UploadRequest.getMultipartParams() |
| Constructor and Description |
|---|
UploadRequest(String s3Filename,
S3File s3File,
MultipartParameters multipartParams) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
AmazonS3Service.uploadPartToAmazon(Indexed<byte[]> chunk,
String filename,
int numberOfChunks,
MultipartParameters multipartParams)
Uploads a file part to Amazon S3.
|
io.reactivex.Completable |
AmazonS3ServiceImpl.uploadPartToAmazon(Indexed<byte[]> chunk,
String filename,
int numberOfChunks,
MultipartParameters multipartParams)
Check
AmazonS3Service for more information. |
Copyright © 2024. All rights reserved.