Question
primetherapeutics
US
Last activity: 23 Sep 2022 5:23 EDT
AWS S3 Integration with Java Activity step
Use case:
1. Select a file to upload a file from desktop.
2. AWS S3 API to create a path in the java code and save to S3 bucket.
3. Save that path in the case to retrieve the file.
I can write java code to send to S3 and retrieve from s3.
The question is how i link upload button to the java code to upload to S3 and view the attachment in the case(saving the S3 path that was created on save ?