Login to follow
S3 PreSigned File Upload Helper

S3 PreSigned File Upload Helper (ODC)

Stable version 1.0.2 (Compatible with ODC)
Uploaded on 24 October 2024 by OutSystems Labs
S3 PreSigned File Upload Helper

S3 PreSigned File Upload Helper (ODC)

Details
Detailed Description

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)



Limitations

Currenlty this access can only be done throught the use of the pair AccessKeyId and SecretAccessKey