Skip to main content
TheAzzam
Inspiring
August 22, 2022
Answered

Any way to upload files to AWS S3 bucket through ExtendScript?

  • August 22, 2022
  • 1 reply
  • 433 views

In Javascript, to upload files to an S3 bucket, aws-sdk is used. However, I can not import this library in Extendscript. So is there any way for me to perform this operation?

This topic has been closed for replies.
Correct answer BarlaeDC

HI,

 

you wont be able to use the aws-sdk (not in extend script) but you might be able to user either

this page for inspirattion

https://coppieters.nz/?p=133

possibly combined with the REST API -

https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html

Then you can coble together a solution. maybe.

1 reply

BarlaeDC
Community Expert
BarlaeDCCommunity ExpertCorrect answer
Community Expert
August 23, 2022

HI,

 

you wont be able to use the aws-sdk (not in extend script) but you might be able to user either

this page for inspirattion

https://coppieters.nz/?p=133

possibly combined with the REST API -

https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html

Then you can coble together a solution. maybe.