На самом деле мне нужно загрузить несколько изображений одновременно на сервер amazon s3. Вот мой код загрузки одного файла здесь::
TransferObserver transferObserver = transferUtility.upload(
"selfiesharedev", /* The bucket to upload to */
mini_image_path, /* The key for the uploaded object */
file, /* The file where the data to upload exists */
CannedAccessControlList.PublicRead
);