public interface AmazonS3Api
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<retrofit2.Response<Void>> |
uploadPartToAmazon(Map<String,okhttp3.RequestBody> params)
Uploads a file part to Amazon S3.
|
@Multipart @POST(value="/") io.reactivex.Single<retrofit2.Response<Void>> uploadPartToAmazon(@PartMap Map<String,okhttp3.RequestBody> params)
params - Parameters from the MultipartParameters provided in the response of
BynderApi.getUploadInformation(Map).Single with the Response.Copyright © 2024. All rights reserved.