Puts an object.
the bucket to put the object in.
the key (or name) of the object.
the ACL to apply to the object (e.g. private).
the content type of the object (e.g. application/json).
the body of the object.
a Promise containing the result of the put, which contains the location of the object.
Signs an AWS S3 security policy for a future put object request. This future request would be made outside of the Stitch SDK. This is typically used for large requests that are better sent directly to AWS.
the bucket to put the future object in.
the key (or name) of the future object.
the ACL to apply to the future object (e.g. private).
the content type of the object (e.g. application/json).
a Promise containing the signed policy details.
Generated using TypeDoc
AwsS3ServiceClient
The AWS S3 service client.