1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-19 21:17:55 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-11-19 21:11:46 +03:00
parent d648d5eab9
commit 2b1d728d26
10 changed files with 5663 additions and 5688 deletions

View File

@ -1680,7 +1680,7 @@ def test_s3(){
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe s3 GetObject --name "test" --bucket "test" --basic "test" --dir "test" --ver "test" --headers "test" --out "test" --debug --test '
powershell encoding: 'UTF-8', script:'./oint.exe s3 GetObject --name "test" --bucket "test" --basic "test" --ver "test" --headers "test" --out "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {

View File

@ -1680,7 +1680,7 @@ def test_s3(){
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe s3 ПолучитьОбъект --name "test" --bucket "test" --basic "test" --dir "test" --ver "test" --headers "test" --out "test" --debug --test '
powershell encoding: 'UTF-8', script:'./oint.exe s3 ПолучитьОбъект --name "test" --bucket "test" --basic "test" --ver "test" --headers "test" --out "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {

View File

@ -17,7 +17,6 @@ import TabItem from '@theme/TabItem';
| Name | --name | String | ✔ | Name of the object in the bucket |
| Bucket | --bucket | String | ✔ | Name of the bucket in which the object is stored |
| BasicData | --basic | Structure of KeyAndValue | ✔ | Basic request data. See GetBasicDataStructure |
| Directory | --dir | Boolean | ✔ | True > Directory Bucket, False > General Purpose Bucket |
| Version | --ver | String | ✖ | Token for receiving a specific version of an object |
| Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary |
| SavePath | --out | String | ✖ | Path to directly write a file to disk |

View File

@ -17,7 +17,6 @@ import TabItem from '@theme/TabItem';
| Наименование | --name | Строка | ✔ | Наименование объекта в бакете |
| Бакет | --bucket | Строка | ✔ | Имя бакета, в котором находится объект |
| ОсновныеДанные | --basic | Структура Из КлючИЗначение | ✔ | Основные данные запроса. См. ПолучитьСтруктуруДанных |
| Каталог | --dir | Булево | ✔ | Истина > Directory Bucket, Ложь > General Purpose Bucket |
| Версия | --ver | Строка | ✖ | Токен для получения конкретной версии объекта |
| Заголовки | --headers | Соответствие Из КлючИЗначение | ✖ | Дополнительные заголовки запроса, если необходимо |
| ПутьСохранения | --out | Строка | ✖ | Путь для прямой записи файла на диск |

File diff suppressed because it is too large Load Diff

View File

@ -599,7 +599,6 @@ EndFunction
// Name - String - Name of the object in the bucket - name
// Bucket - String - Name of the bucket in which the object is stored - bucket
// BasicData - Structure of KeyAndValue - Basic request data. See GetBasicDataStructure - basic
// Directory - Boolean - True > Directory Bucket, False > General Purpose Bucket - dir
// Version - String - Token for receiving a specific version of an object - ver
// Headers - Map Of KeyAndValue - Additional request headers, if necessary - headers
// SavePath - String - Path to directly write a file to disk - out

View File

@ -599,7 +599,6 @@ EndFunction
// Name - String - Name of the object in the bucket - name
// Bucket - String - Name of the bucket in which the object is stored - bucket
// BasicData - Structure of KeyAndValue - Basic request data. See GetBasicDataStructure - basic
// Directory - Boolean - True > Directory Bucket, False > General Purpose Bucket - dir
// Version - String - Token for receiving a specific version of an object - ver
// Headers - Map Of KeyAndValue - Additional request headers, if necessary - headers
// SavePath - String - Path to directly write a file to disk - out

View File

@ -838,16 +838,6 @@
NewLine.Область = "Objects managment";
NewLine = CompositionTable.Add();
NewLine.Библиотека = "s3";
NewLine.Модуль = "OPI_S3";
NewLine.Метод = "GetObject";
NewLine.МетодПоиска = "GETOBJECT";
NewLine.Параметр = "--dir";
NewLine.Описание = "True > Directory Bucket, False > General Purpose Bucket";
NewLine.Область = "Objects managment";
NewLine = CompositionTable.Add();
NewLine.Библиотека = "s3";
NewLine.Модуль = "OPI_S3";

View File

@ -599,7 +599,6 @@
// Наименование - Строка - Наименование объекта в бакете - name
// Бакет - Строка - Имя бакета, в котором находится объект - bucket
// ОсновныеДанные - Структура Из КлючИЗначение - Основные данные запроса. См. ПолучитьСтруктуруДанных - basic
// Каталог - Булево - Истина > Directory Bucket, Ложь > General Purpose Bucket - dir
// Версия - Строка - Токен для получения конкретной версии объекта - ver
// Заголовки - Соответствие Из КлючИЗначение - Дополнительные заголовки запроса, если необходимо - headers
// ПутьСохранения - Строка - Путь для прямой записи файла на диск - out

View File

@ -838,16 +838,6 @@
НоваяСтрока.Область = "Работа с объектами";
НоваяСтрока = ТаблицаСостава.Добавить();
НоваяСтрока.Библиотека = "s3";
НоваяСтрока.Модуль = "OPI_S3";
НоваяСтрока.Метод = "ПолучитьОбъект";
НоваяСтрока.МетодПоиска = "ПОЛУЧИТЬОБЪЕКТ";
НоваяСтрока.Параметр = "--dir";
НоваяСтрока.Описание = "Истина > Directory Bucket, Ложь > General Purpose Bucket";
НоваяСтрока.Область = "Работа с объектами";
НоваяСтрока = ТаблицаСостава.Добавить();
НоваяСтрока.Библиотека = "s3";
НоваяСтрока.Модуль = "OPI_S3";