mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-28 05:46:35 +02:00
Fastfix
This commit is contained in:
parent
46d18f22bb
commit
9ed7dd0283
@ -7,14 +7,14 @@ sidebar_class_name: S3
|
|||||||
|
|
||||||
# AWS S3 (MinIO)
|
# 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
|
:::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
|
## Getting started
|
||||||
|
|
||||||
1. Obtain the following authorization data to work with S3:
|
1. Obtain the following authorization data to work with S3:
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'File-hosting services',
|
label: 'File-hosting services and storages',
|
||||||
className: 'Folder',
|
className: 'Folder',
|
||||||
items:[
|
items:[
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleDrive'}, label: 'Google Drive', className: 'GoogleDrive', items:[{type: 'autogenerated', dirName: 'Google_Drive'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleDrive'}, label: 'Google Drive', className: 'GoogleDrive', items:[{type: 'autogenerated', dirName: 'Google_Drive'}]},
|
||||||
|
@ -7,14 +7,14 @@ sidebar_class_name: S3
|
|||||||
|
|
||||||
# AWS S3 (MinIO)
|
# AWS S3 (MinIO)
|
||||||
|
|
||||||
|
Этот раздел посвящен библиотеке для работы с AWS S3 API. На данной странице описаны все действия, необходимые для полноценного начала работы
|
||||||
|
|
||||||
:::important
|
:::important
|
||||||
|
|
||||||
S3 - это стандарт, используемый различными программными продуктами. Это означает, что доступность методов, а также их параметры, могут отличаться в зависимости от того, какое ПО вы используете. Для разработки и тестирования данной библиотеки используется объектное хранилище на базе MinIO
|
**S3** - это стандарт, используемый различными программными продуктами. Это означает, что доступность методов, а также их параметры, могут отличаться в зависимости от того, какое ПО вы используете. Для разработки и тестирования данной библиотеки используется объектное хранилище на базе MinIO
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Этот раздел посвящен библиотеке для работы с AWS S3 API. На данной странице описаны все действия, необходимые для полноценного начала работы
|
|
||||||
|
|
||||||
## Начало работы
|
## Начало работы
|
||||||
|
|
||||||
1. Получите следующие авторизационные данные для работы с S3:
|
1. Получите следующие авторизационные данные для работы с S3:
|
||||||
|
@ -40,7 +40,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Файловые хостинги',
|
label: 'Файловые хостинги и хранилища',
|
||||||
className: 'Folder',
|
className: 'Folder',
|
||||||
items:[
|
items:[
|
||||||
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleDrive'}, label: 'Google Drive', className: 'GoogleDrive', items:[{type: 'autogenerated', dirName: 'Google_Drive'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleDrive'}, label: 'Google Drive', className: 'GoogleDrive', items:[{type: 'autogenerated', dirName: 'Google_Drive'}]},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user