Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
rigth do u got any lead i am facing the same
Copy link to clipboard
Copied
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/