node.js - What is s3params key value for s3 upload request with node js -
i have added accesskeyid , secret access key s3 setup not able understand mention on key value of s3params object initiating uploading. s3 package details - https://www.npmjs.com/package/s3
var params = { localfile: "some/local/file", s3params: { bucket: "s3 bucket name", key: "some/remote/file", // other options supported putobject, except body , contentlength. // see: http://docs.aws.amazon.com/awsjavascriptsdk/latest/aws/s3.html#putobject-property }, };
Comments
Post a Comment