Uploading files to Amazon S3 from Meteor

hey thanks for your reply @vigorwebsolutions. i have given the region wrong .now its been solved .
how to ‘GET’ the files which we uploaded in s3 from local?

I think that depends on what you’re trying to do. We pretty much just allow image uploads, then serve them through imgix.

hey @vigorwebsolutions
can we create a new bucket from our local meteor app ??

i have tried using s3.createBucket method but i was getting

error:
TypeError: stream.setTimeout is not a function

thankyou

In looking at the AWS S3 docs, maybe just try a simple PUT?

Hi, good question.
Here is community AWS:S3 integration article. Hope this will help.

Hi, just to give you the choice, you also have UploadFS (I am the author).
The main package is there : https://github.com/jalik/jalik-ufs
And the Amazon S3 plugin is there : https://github.com/sebakerckhof/ufs-s3

1 Like