Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
This AWS S3 Amazon S3 File Upload field is a sample plugin to showcase how you can develop a plugin integrate with third party service like AWS S3 storage.
This AWS S3 Amazon S3 File Upload field is a combination of Form Field Element Plugin, Form Store Binder Plugin and Web Service Plugin implementation which contains 2 classes "AwsS3FileUpload" and "AwsS3FileBinder".
This class extends FileUpload class in the Joget Workflow product so that we can reuse the template, properties and some of the methods in FileUpload class. It also implements Web Service Plugin to provide link to download the files. This element set its store binder to "AwsS3FileBinder" to handle the file storing to AWS S3.
This class implements Form Store Binder Plugin to upload file to the AWS S3 when form storing event.
Source Code: amazon_s3_upload_field_src.zip
...
AWS S3 Configuration File: awsS3.properties (put this properties file in your wflow folder)
In form builder, when the AWS S3 configuration file is missing.
...