-
Notifications
You must be signed in to change notification settings - Fork 35
s3.setObjectMeta()
SaltwaterC edited this page Nov 16, 2011
·
1 revision
S3 helper for changing the metadata of an existing object.
s3.setObjectMeta(path, cannedAcl, headers, callback)
- 'path' - the S3 Path.
- 'cannedAcl' - the S3 Canned ACL.
- 'headers' - an object containing the HTTP headers that represent the object metadata.
- 'callback' - the callback that is executed when the processing finishes. It has a couple of arguments: error and result.
- If there's an error, the callback receives the error argument as Error instance.
- If the error argument is null, then the response argument contains the response.headers object as returned by the node.js core HTTPS client.