Skip to content

Commit

Permalink
Merge pull request #558 from Irk-Grishin/patch-2
Browse files Browse the repository at this point in the history
Update and rename selectel.md
  • Loading branch information
dkocher authored Dec 25, 2024
2 parents be40c88 + 782f085 commit a24b89f
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 17 deletions.
1 change: 0 additions & 1 deletion protocols/openstack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ Refer to the [Cyberduck CLI](../../cli/index.md) documentation for more operatio
- [OVH](ovh.md)
- [HubiC (OVH)](hubic.md)
- [Zetta.IO](zetta.io.md)
- [Selectel Cloud Storage](selectel.md)
- [Infomaniak](infomaniak.md)
- [OpenStack FlexCloud](flexcloud.md)

Expand Down
1 change: 0 additions & 1 deletion protocols/openstack/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ internap
memset
oktawave
ovh
selectel
swiftstack
zetta.io
:::
Expand Down
15 changes: 0 additions & 15 deletions protocols/openstack/selectel.md

This file was deleted.

File renamed without changes
1 change: 1 addition & 0 deletions protocols/s3/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pilvio
polycloud
scaleway
seagate
selectel
spectra
storadera
storjdcs
Expand Down
43 changes: 43 additions & 0 deletions protocols/s3/selectel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Selectel S3 Storage
====

```{image} _images/selectel.png
:alt: Selectel Drive Icon
:width: 128px
```

> [Selectel Cloud Storage](https://docs.selectel.ru/en/cloud/object-storage/) is a durable S3 for developers and businesses.
## Connecting

{download}`Download<https://660fd624-6943-4f0e-9a0a-55b811a8e17a.selstorage.ru/Selectel%20S3%20Cloud%20Storage.cyberduckprofile>` the *Selectel S3 Cloud Storage Connection Profile* or install it from *Preferences… → Profiles* for preconfigured settings.

:::{tip}
The container must have virtual-hosted addressing enabled, see the [Detailed instructions for connection](https://docs.selectel.ru/en/cloud/object-storage/tools/cyberduck/) for more details.
:::

### Configure Access

Access can be configured by a user with role _Account Owner_ or _User Administrator_ in Selectel S3. Create a service user with a role with access to S3 object storage, see [Role Model Access](https://docs.selectel.ru/en/cloud/object-storage/manage/manage-access/) for details.
Issue the user an S3 key.

### Configuration

1. Choose _[Open Connection…](../cyberduck/connection.md)_ or add a _[New Bookmark](../cyberduck/bookmarks.md)_ to save the connection settings.

Check warning on line 26 in protocols/s3/selectel.md

View workflow job for this annotation

GitHub Actions / build

'myst' cross-reference target not found: '../cyberduck/connection.md' [myst.xref_missing]

Check warning on line 26 in protocols/s3/selectel.md

View workflow job for this annotation

GitHub Actions / build

'myst' cross-reference target not found: '../cyberduck/bookmarks.md' [myst.xref_missing]
2. Select the _S3 Selectel_ protocol or alterntively the generic Amazon S3 profile.
3. In the _Server_ field, enter the domain `s3.ru-1.storage.selcloud.ru`, where `ru-1` is the pool that hosts the object storage.
4. In the _Access Key ID_ field, insert the value of the _Access key_ field from your S3 key.
5. In the _Secret Access Key_ field, insert the value of the _Secret key_ field from your S3 key.

## Selectel S3 API Domains

Only authorized access is possible through S3 API domains. You have to use S3-key to work with containers and upload objects via:

- `s3.ru-1.storage.selcloud.ru/<container_name>` domain with Path-Style addressing, used if Virtual-Hosted addressing is not enabled.
- `<container_name>.s3.ru-1.storage.selcloud.ru` domain with Virtual-Hosted addressing, used by default.

We strongly recommend using Virtual-Hosted addressing. In this example, `ru-1` is the pool that hosts the object store.

## Selectel FTP API Domains

- `ftp.ru-1.storage.selcloud.ru` domain, used if you need make a connection using FTP[](../ftp.md).

0 comments on commit a24b89f

Please sign in to comment.