You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
S3: Помещение и удаление объекта, заголовки в выводе
This commit is contained in:
@@ -58,13 +58,15 @@ This library uses its own response format to provide data received from the serv
|
||||
|
||||
{
|
||||
"status": 200,
|
||||
"response": {}
|
||||
"response": {},
|
||||
"headers": {}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
+ The **status** field contains the HTTP response status code
|
||||
+ The **response** field contains the body of the original S3 response, previously converted from XML to JSON
|
||||
+ The **headers** field contains the headers from the original response
|
||||
|
||||
|
||||
The response was modified to JSON to simplify its usage, as the original XML format was more complex to work with
|
||||
|
||||
Reference in New Issue
Block a user