Documentation of handlers

Common jsons

create_object_response
Object Properties
  • object_id (uuid4) – object id

  • url (uri) – object path (/1/buckets/{bucketName}/objects/{objectId})

JSON Example
"https://www.lopez-jackson.com/homepage.html"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "6691016a-351c-45d1-9496-36ec069d77ce",
        "0b8ea7bd-7c4b-45ad-9a7c-fd2252549b7c",
        "b9094054-9fa6-4b63-9609-88d429b5603e"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

  • url (url) – object path (/1/buckets/{bucketName}/images/{objectId})

JSON Example
"http://henson.biz/"
delete_images_response
Object Properties
  • images (_list_(uuid4)) – images ids

JSON Example
{
    "images": [
        "bb3e7344-f836-493b-a1fa-f6b3c05e7f56",
        "8c3f31c4-7746-4fe7-b895-21644647c8b2",
        "5567dce1-ebca-462f-9166-f4cb93378050"
    ]
}