Skip to main content
PUT
Make sure you have WRITE permission on the bucket.

Put Object

Adds an object to a bucket. The object data is sent in the request body.

Base URL

Parameters

required
The key of the object to create

Headers

required
Size of the object in bytes
A standard MIME type describing the format of the object data
Storage class to use for storing the object

Request Examples

Response Example

Authorizations

Authorization
string
header
required

AWS Signature Version 4

Path Parameters

objectKey
string
required

Key of the object

Body

application/octet-stream

The body is of type file.

Response

200

Object uploaded successfully