Skip to content

Instantly share code, notes, and snippets.

@RaheemJnr
Created October 1, 2022 10:08
Show Gist options
  • Save RaheemJnr/bcbb7b6f124f995aeec36be0fb23baa4 to your computer and use it in GitHub Desktop.
Save RaheemJnr/bcbb7b6f124f995aeec36be0fb23baa4 to your computer and use it in GitHub Desktop.
val file = File("${applicationContext.filesDir}/download.txt")
Amplify.Storage.downloadFile("ExampleKey", file,
{ Log.i("MyAmplifyApp", "Successfully downloaded: ${it.file.name}") },
{ Log.e("MyAmplifyApp", "Download Failure", it) }
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment