* feat: make AmazonS3 plugin error messages more readable. #8664 * added curly braces in if/else block * modified according to PR review comments * modified according to PR review comments * This commit introduces readable errors for S3 Datasource: https://github.com/appsmithorg/appsmith/issues/8554 It changes three files: *AmazonS3ErrorUtils.java *AmazonS3PluginTest.java *AmazonS3ErrorUtilsTest.java This commit has been tested: *manual testing *Junit testing * This feature-commit introduces readable errors for S3 Datasource: https://github.com/appsmithorg/appsmith/issues/8554 It changes three files: *AmazonS3ErrorUtils.java *AmazonS3PluginTest.java *AmazonS3ErrorUtilsTest.java This commit has been tested: *manual testing *Junit testing * added new line in the AmazonS3ErrorUtilsTest.java * * Ommited unused imports in following files: * AmazonS3ErrorUtils.java * AmazonS3PluginTest.java * AmazonS3ErrorUtilsTest.java * Moved test functions * combined instance checking for AmazonServiceException and its subclass * removed unused imports from AmaxonS3UtilsTest.Java Co-authored-by: somna <somnathdasadhikari@gmail.com> |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to the Setup Guide