Lepozepo / S3

A simple helper for easily uploading files to Amazon S3 from Meteor. This package will also make Knox available server-side.
MIT License
274 stars 74 forks source link

how to GET files from s3 to local meteor app #138

Open vyas07 opened 7 years ago

vyas07 commented 7 years ago

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

Lepozepo commented 7 years ago

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.

vedavyas772 commented 7 years ago

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

vyas07 commented 7 years ago

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