S3 List, Download and Delete Files on Android

preview_player
Показать описание
This video details how to list, download and delete files on an S3 Bucket using Android and AWS Amplify.

#Android #AWS #Development
Рекомендации по теме
Комментарии
Автор

Superb, please make videos on Coroutines and Flows

swaminathbera
Автор

Nice video, very helpful, thumbs up! Just curious to know if the app downloads all the images/files locally or just populates the recycler view.
Also, can we just download one file at a time rather than all files in the bucket? Thanks again.

nickdimarco
Автор

Hey, How can you cancel multiple ongoing downloads from Amplify.Storage.download? and also How to download all files in bucket -- downloading recursively everything?

swaminathbera
Автор

Hey, I'm stuck. Amplify.Storage.list("/") is returning empty result and not listing files in root directory (files are there in s3 bucket), After placing files in "public" named folder, it's listing correctly. what to do?

swaminathbera