Object Operations
Put Object
Upload an object to a bucket
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
The key of the object to create
Headers
Size of the object in bytes
Content-Type
A standard MIME type describing the format of the object data
x-amz-storage-class
Storage class to use for storing the object
Request Examples
Response Example
Authorizations
AWS Signature Version 4
Path Parameters
Key of the object
Body
application/octet-stream · file
The body is of type file
.
Response
200
Object uploaded successfully