forked from TrueCloudLab/frostfs-s3-gw
[#165] README: Fix "Download of a file" example
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
2137e43cff
commit
8e8487de85
1 changed files with 3 additions and 1 deletions
|
@ -404,9 +404,11 @@ $ aws s3 sync %DIRPATH s3://%BUCKET_NAME
|
||||||
|
|
||||||
To download the file from a bucket in the NeoFS Network, execute:
|
To download the file from a bucket in the NeoFS Network, execute:
|
||||||
```
|
```
|
||||||
$ aws s3api get-object --bucket %BUCKET_NAME --key %OBJECT_KEY
|
$ aws s3api get-object --bucket %BUCKET_NAME --key %OBJECT_KEY %OUTFILE
|
||||||
```
|
```
|
||||||
|
|
||||||
|
where %OUTFILE is a file to store object content.
|
||||||
|
|
||||||
#### Deletion of a file
|
#### Deletion of a file
|
||||||
To delete the file:
|
To delete the file:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue