This operation can modify an object from a specified position.
This API is supported only by parallel file systems. For details about how to create a parallel file system, see Sample Request: Creating a Parallel File System.
PUT /ObjectName?modify&position=Position HTTP/1.1 Host: bucketname.obs.region.example.com Content-Type: type Content-Length: length Authorization: authorization Date: date <object Content>
The request needs to specify parameters in the message, indicating that the upload is for modification, and specifying the position in the object to be modified. Table 1 describes the parameters.
This request uses common request headers. For details, see Table 3.
This request involves no elements.
1 2 3 4 5 6 7 | HTTP/1.1 status_code Date: Date ETag: etag Content-Length: length Server: OBS x-obs-request-id: request-id x-obs-id-2: id |
The response to the request uses common headers. For details, see Table 1.
This response involves no elements.
No special error responses are returned. For details about error responses, see Table 2.
PUT /ObjectName?modify&position=Position HTTP/1.1 Host: examplebucket.obs.region.example.com Date: Wed, 08 Jul 2015 06:57:01 GMT Content-Type: image/jpg Content-Length: 1458 Authorization: OBS H4IPJX0TQTHTHEBQQCEC:kZoYNv66bsmc10+dcGKw5x2PRrk= [1458 bytes of object data]
1 2 3 4 5 6 7 | HTTP/1.1 200 Date: Wed, 08 Jul 2015 06:57:02 GMT ETag: "d41d8cd98f00b204e9800998ecf8427e" Content-Length: 0 Server: OBS x-obs-request-id: 8DF400000163D3F0FD2A03D2D30B0542 x-obs-id-2: 32AAAUgAIAABAAAQAAEAABAAAQAAEAABCTjCqTmsA1XRpIrmrJdvcEWvZyjbztd |