1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-14 04:35:49 +02:00
This commit is contained in:
Anton 2024-11-14 23:25:25 +03:00
parent 46d18f22bb
commit 9ed7dd0283
4 changed files with 8 additions and 8 deletions

View File

@ -7,14 +7,14 @@ sidebar_class_name: S3
# AWS S3 (MinIO)
This section is dedicated to the library for working with AWS S3 API. On this page, all the steps necessary to start working are described
:::important
S3 - is a standard used by different software products. This means that the availability of methods, as well as their parameters, may differ depending on what software you are using. MinIO-based object storage is used to develop and test this library
**S3** - is a standard used by different software products. This means that the availability of methods, as well as their parameters, may differ depending on what software you are using. MinIO-based object storage is used to develop and test this library
:::
This section is dedicated to the library for working with AWS S3 API. On this page, all the steps necessary to start working are described
## Getting started
1. Obtain the following authorization data to work with S3:

View File

@ -40,7 +40,7 @@
},
{
type: 'category',
label: 'File-hosting services',
label: 'File-hosting services and storages',
className: 'Folder',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleDrive'}, label: 'Google Drive', className: 'GoogleDrive', items:[{type: 'autogenerated', dirName: 'Google_Drive'}]},

View File

@ -7,14 +7,14 @@ sidebar_class_name: S3
# AWS S3 (MinIO)
Этот раздел посвящен библиотеке для работы с AWS S3 API. На данной странице описаны все действия, необходимые для полноценного начала работы
:::important
S3 - это стандарт, используемый различными программными продуктами. Это означает, что доступность методов, а также их параметры, могут отличаться в зависимости от того, какое ПО вы используете. Для разработки и тестирования данной библиотеки используется объектное хранилище на базе MinIO
**S3** - это стандарт, используемый различными программными продуктами. Это означает, что доступность методов, а также их параметры, могут отличаться в зависимости от того, какое ПО вы используете. Для разработки и тестирования данной библиотеки используется объектное хранилище на базе MinIO
:::
Этот раздел посвящен библиотеке для работы с AWS S3 API. На данной странице описаны все действия, необходимые для полноценного начала работы
## Начало работы
1. Получите следующие авторизационные данные для работы с S3:

View File

@ -40,7 +40,7 @@ export default {
},
{
type: 'category',
label: 'Файловые хостинги',
label: 'Файловые хостинги и хранилища',
className: 'Folder',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleDrive'}, label: 'Google Drive', className: 'GoogleDrive', items:[{type: 'autogenerated', dirName: 'Google_Drive'}]},