API to create Presigned URL
Hi All,
Currently we are using python 3.11 with boto3 package to create presigned URL for AWS S3.
Which is a tedious job to handle like creating another EC 2 instance to convert this into API
FYI:
Step 1) Run the Python code to create presigned URL
step 2) Use the generated presigned URL in the below API to create the Job Id
https://image.adobe.io/pie/psdService/actionJSON
step 3) Paste the Job id to get the output
https://image.adobe.io/pie/psdService/status/<jobid>
We are looking for automated API soluton at step 1 to create presigned URL.
Any solution pls suggest.
Thanks
vijay
