Skip to content
Snippets Groups Projects
Commit 184fd12d authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

feat: Добавлено поле key в File

parents 0aed1eec b6768348
No related branches found
No related tags found
1 merge request!97Добавлено поле key в File proto
...@@ -15,6 +15,7 @@ message File { ...@@ -15,6 +15,7 @@ message File {
string mime_type = 4; // Mime-type файла string mime_type = 4; // Mime-type файла
string url = 5; // Адрес для загрузки файла string url = 5; // Адрес для загрузки файла
bool temporary = 6; // Находится ли файл во временном хранилище bool temporary = 6; // Находится ли файл во временном хранилище
string key = 7; // Ключ файла
} }
message MultipartUpload { message MultipartUpload {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment