| Package | Description |
|---|---|
| com.bynder.sdk.api | |
| com.bynder.sdk.model.upload | |
| com.bynder.sdk.service.amazons3 |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<retrofit2.Response<UploadRequest>> |
BynderApi.getUploadInformation(Map<String,String> params)
Initialises a file upload with Bynder and returns authorisation information to allow
uploading to the Amazon S3 bucket-endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
UploadRequest |
UploadProcessData.getUploadRequest() |
| Constructor and Description |
|---|
UploadProcessData(File file,
FileInputStream fileInputStream,
UploadRequest uploadRequest,
int maxChunkSize) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<retrofit2.Response<Void>> |
AmazonS3ServiceImpl.uploadPartToAmazon(String filename,
UploadRequest uploadRequest,
int chunkNumber,
byte[] fileContent,
int numberOfChunks)
Check
AmazonS3Service for more information. |
io.reactivex.Observable<retrofit2.Response<Void>> |
AmazonS3Service.uploadPartToAmazon(String filename,
UploadRequest uploadRequest,
int chunkNumber,
byte[] fileContent,
int numberOfChunks)
Uploads a file part to Amazon S3.
|
Copyright © 2020. All rights reserved.