Any way to upload files to AWS S3 bucket through ExtendScript?
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?
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?
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
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.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.