This component provides the capability of uploading files to S3 directly from the browser, without going through the ODC server.
It allows overcoming the limitation of file sizes that are present in the RequestSizeLimit for ODC and the standard S3 Forge Component.
To use this component you must have the following Pre-Requisites:1 - An Access Key Id and a SecretAccessKey that can sucessfully access an S3 bucket (with configured policies in place)(https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html,https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html)2 - Configure CORS policy on the bucket to allow direct requests coming in from your Outsystems application URL. If CORS is not configured properly, this component will not work correctly(https://docs.aws.amazon.com/AmazonS3/latest/userguide/enabling-cors-examples.html)
Currenlty this access can only be done throught the use of the pair AccessKeyId and SecretAccessKey
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)