Skip to main content
Version: 0.1.9

s3_upload_object

Method to upload an S3 object

Returns following columns:

  • bucket: name of the bucket to host the object
  • key: identifier key of the object
  • status: Status of the upload operation. OK if succeeded
  • response_message: Error message in case of failure

Accepts the following parameters:

  • name: name of the bucket to host the object
  • key: identifier for the object
  • content: blob for the object to upload
  • contentType: MIME type for the uploaded object

See

https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html