Skip to content
Snippets Groups Projects
Commit cc0a2206 authored by Milan's avatar Milan
Browse files

Fix formatting

parent ba492bd7
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ In the last step, we need to put the path to the rclone binary file into PATH en ...@@ -29,7 +29,7 @@ In the last step, we need to put the path to the rclone binary file into PATH en
```PATH=/home/user/bin:$PATH``` ```PATH=/home/user/bin:$PATH```
???+ note "Persitent setup" ???+ note "Persistent setup"
For **persistent presence** of the rclone binary file path in the PATH variable you can add the following line into **.bashrc file**: For **persistent presence** of the rclone binary file path in the PATH variable you can add the following line into **.bashrc file**:
```echo 'PATH=/home/user/bin:$PATH' >> .bashrc``` ```echo 'PATH=/home/user/bin:$PATH' >> .bashrc```
......
...@@ -11,9 +11,9 @@ S3 service utilizes similar name convention as AWS S3. The convention is “buck ...@@ -11,9 +11,9 @@ S3 service utilizes similar name convention as AWS S3. The convention is “buck
In case your client considers the endpoint as native AWS you have to switch to S3 compatible endpoint. Most of the clients can automatically process both formattings. However, in some cases is necessary to specify the format explicitly. In case your client considers the endpoint as native AWS you have to switch to S3 compatible endpoint. Most of the clients can automatically process both formattings. However, in some cases is necessary to specify the format explicitly.
> :bulb: **How to get S3 service?** ???+ note "How to get S3 service?"
To connect to S3 service you have to contact Data Storage support at: To connect to S3 service you have to contact Data Storage support at:
du-support@cesnet.cz `du-support@cesnet.cz`
Once you obtain your credentials you can continue to connection itself using one of the following S3 client. Once you obtain your credentials you can continue to connection itself using one of the following S3 client.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment