anacronw / multer-s3

multer storage engine for amazon s3
MIT License
660 stars 190 forks source link

Upload to folder in bucket #50

Closed iamchathu closed 8 years ago

iamchathu commented 8 years ago

How to set path to upload to folder inside a given bucket?

Thank you.

LinusU commented 8 years ago

S3 only emulates folders when you have slash in the key-name. All you need to do is to set the key to to e.g. my-folder/my-file.txt

iamchathu commented 8 years ago

Thank you @LinusU