Skip to content
Snippets Groups Projects
Commit 0dc9219b authored by Danis Kirasirov's avatar Danis Kirasirov :8ball: Committed by Pavel Antonov
Browse files

feat(files): Добавлено поле Temporary в спецификации объекта File

Close #PRXS-2644
parent b2ac7b05
No related branches found
No related tags found
1 merge request!58Добавлено поле Temporary в спецификации объекта File
......@@ -14,6 +14,7 @@ message File {
uint64 size = 3; // Размер файла
string mime_type = 4; // Mime-type файла
string url = 5; // Адрес для загрузки файла
bool temporary = 6; // Находится ли файл во временном хранилище
}
message MultipartUpload {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment