Skip to content

Commit

Permalink
Update Module.bsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Nov 22, 2024
1 parent e1ca606 commit 5b2f058
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ru/OPI/src/CommonModules/OPI_S3/Module.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,11 @@
КонецЕсли;

ПрочитаноБайт = ИсходныйПоток.ТекущаяПозиция();
МассивТегов.Добавить(Ответ["headers"]["Etag"]);

ETag = Ответ["headers"]["Etag"];
ETag = ?(ETag = Неопределено, Ответ["headers"]["ETag"], ETag);

МассивТегов.Добавить(ETag);

// !OInt КБайт = 1024;
// !OInt МБайт = КБайт * КБайт;
Expand Down

0 comments on commit 5b2f058

Please sign in to comment.