Question
Cognizant Technology Solutions India PVT Ltd
GB
Last activity: 22 Nov 2022 8:11 EST
Generating pre signed URL for files uploaded in S3 bucket
we are trying to upload a file in s3 bucket with pre signed URL (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html), and then share the URL with external system to download the file .
We understand to do that we have to use a custom function using java to upload the file and then modify pyNewFile (which is invoked from D_pxFile) .
But, do we have any alternative without involving custom java code?
***Edited by Moderator Marije to add Capability tags***