Skip to main content
Inspiring
November 14, 2023
Question

API to create Presigned URL

  • November 14, 2023
  • 1 reply
  • 876 views

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 

This topic has been closed for replies.

1 reply

vijay154AAuthor
Inspiring
November 15, 2023

Initially we tried with the link  with the option using the s3 console 

We are able to get the presigned URL but this URL is not working to upload/update the image in real time.

Participant
June 17, 2024

rigth do u got any lead i am facing the same 

Raymond Camden
Community Manager
Community Manager
June 17, 2024

To be clear, are you just asking for Python code to work with S3? Did you try their SDK? https://aws.amazon.com/sdk-for-python/