@@ -31,10 +31,10 @@ In the following, we will demonstrate the AWS CLI configuration. Following exemp
Default region name [None]:
Default output format [None]: text
_AWS Access Key ID_ - access key, obtained from data storage administrator
_Secret Access Key_ - secret key, obtained from data storage administrator
_Default region name_ - Here just press the space bar!!! Some software tools can have special requirements, e.g. Veeam, in that case, insert storage
_Default output format_ - choose the output format (json, text, table)
_AWS Access Key ID_ - access key, obtained from data storage administrator<br/>
_Secret Access Key_ - secret key, obtained from data storage administrator<br/>
_Default region name_ - Here just press the space bar!!! Some software tools can have special requirements, e.g. Veeam, in that case, insert storage<br/>
_Default output format_ - choose the output format (json, text, table)<br/>
???+ note "Endpoint URL"
For smooth operation is necessary to use option `--endpoint-url` with particular S3 endpoint address provided by CESNET.
...
...
@@ -52,26 +52,32 @@ To show the help (available commands) you can use help - **aws s3** tool allows
???+ note ""
The bucket name has to be unique within tenant. It should contain lower letters, numbers, dashes, and dots. The bucket name should begin only with a letter or number and cannot contain dots followed by a dash or dots preceded by a dash or multiple dots. We also recommend not using “slash” in the bucket name. Using the slash will disallow the usage of the bucket via API.
@@ -79,19 +85,23 @@ To show the help (available commands) you can use help - **aws s3** tool allows
???+ note ""
The content of the source folder is always copied while using the following command. It does not depend on the slash character at the end of the source path. The behavior of **aws** is in this perspective different than the rsync behavior. If you wish to have the source directory in the destination you can add the name of the source directory to the destination path. **AWS tool will create the directory in the destination while copying the data**, see the exemplary commands below. The same is valid in the case of directory downloads or synchronization via **aws s3 sync**.