Copy link to clipboard
Copied
Hi,
In adobe node js sdk can we direclty take files through aws s3 link or https link?
Thanks
Copy link to clipboard
Copied
Are you asking for the direct REST endpoints? If so, not at this time but we will be documenting that soon.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Are you asking if you can send an HTTP address to a file rather than the file itself? If so, then no. You'll need to retrieve the file and send it. But you don't need to save the file locally, you can create the FileRef object from a stream.
Copy link to clipboard
Copied
Hi Joel,
Thanks for replying. it worked by changing the object. now i can read the data directly from http s3 link.