S3 icon indicating copy to clipboard operation
S3 copied to clipboard

how to GET files from s3 to local meteor app

Open vyas07 opened this issue 9 years ago • 3 comments

Iam successfully able to upload and delete the files in s3 from local .but unable to GET the files. Is there a method like s3.upload for GET . how to get the files from S3.

thankyou, vyas07

vyas07 avatar Feb 03 '17 13:02 vyas07

S3.upload will return the address and you can GET via the address. Private GET isn't supported but is coming to the new version of S3 found here This new version is ready to go and is easier to extend than this one.

Lepozepo avatar Feb 03 '17 15:02 Lepozepo

Thank u for reply.I liked your package. Can you brief how to get the address of the file .how to GET via address .

Thankyou in advance

vedavyas772 avatar Feb 05 '17 05:02 vedavyas772

hello @Lepozepo what is the API to get files from s3 to local ??

vyas07 avatar Feb 20 '17 11:02 vyas07