You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When catching exceptions in saveStream/openStream methods, log the initial exception before throwing FileStorageException.
E.g. log.error("Error saving file to AWS", e)
Otherwise the useful information about the error (like "access denied") is lost.
The text was updated successfully, but these errors were encountered:
Duplicate of: jmix-projects/jmix-awsfs#5
Environment
Description of the bug or enhancement
When catching exceptions in saveStream/openStream methods, log the initial exception before throwing FileStorageException.
E.g.
log.error("Error saving file to AWS", e)
Otherwise the useful information about the error (like "access denied") is lost.
The text was updated successfully, but these errors were encountered: