Hello Benjamin,
To be able to upload any kind of object to an S3 bucket, you need to use the PutObject microflow action in the Amazon S3 Connector. You can create a microflow with the required objects like shown in the attached image. The FileDocument object will be image you would like to upload and the details of your bucket will be given in the PutObjectRequest object. To be able to upload an image in the UI, you can use a File manager or an Image uploader widget.
On the AWS Authentication side, all you need to do is configure your static or temporary credentials and add the correct microflow between Get Static Credentials or Get Temporary Credentials.
Best,
Ayca
Thank you, one of my co-workers was able to figure it out.
Just in case someone else needs to know how to do this it's I will post the steps.
1
2
3
4
5
6
7
Set up default values for both items below