ppazos / cabolabs-ehrserver

Open platform to manage and share standardized clinical data, designed by @ppazos at CaboLabs Health Informatics.
https://cabolabs.com
Apache License 2.0
173 stars 110 forks source link

S3: all operations should be surrounded by try/catch #1073

Closed ppazos closed 4 years ago

ppazos commented 4 years ago

All S3 operations throw exceptions, we need to handle the errors and provide correct feedback to the user if an error occurs.

ppazos commented 4 years ago

done