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

Name of the file automatically changes in s3 when i upload #139

Closed vyas07 closed 7 years ago

vyas07 commented 7 years ago

Name of the file automatically changing in s3 when i upload example : file name in local = mypic.jpg In s3 bucket it is showing 3a139e01-b2f9-4300-92f7-0e13956775c8.jpg I dont want it to be encrypted ,i want my file name to be same as local in s3

Lepozepo commented 7 years ago

Set the unique_name flag to false or set upload_name on your file object

vyas07 commented 7 years ago

thankyou :)