1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

S3: Помещение и удаление объекта, заголовки в выводе

This commit is contained in:
Anton
2024-11-15 21:52:07 +03:00
parent 74177d69b1
commit 6c327254e3
35 changed files with 3527 additions and 3240 deletions
+3 -1
View File
@@ -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