nathanpeck / s3-upload-stream

A Node.js module for streaming data to Amazon S3 via the multipart upload API
MIT License
347 stars 46 forks source link

passing metadata #51

Closed sarkistlt closed 6 years ago

sarkistlt commented 6 years ago

is it possible to pass metadata?

nathanpeck commented 6 years ago

Yes, this library just passes the parameters on to the AWS SDK, so anything you can set via the AWS SDK you can set via the function call in this library.