• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
4

API to create Presigned URL

Community Beginner ,
Nov 14, 2023 Nov 14, 2023

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 

Views

360

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 14, 2023 Nov 14, 2023

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 17, 2024 Jun 17, 2024

Copy link to clipboard

Copied

rigth do u got any lead i am facing the same 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 17, 2024 Jun 17, 2024

Copy link to clipboard

Copied

LATEST

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/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines