[#165] README: Fix "Download of a file" example

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
remotes/KirillovDenis/bugfix/681-fix_acl_parsing
Alex Vanin 2021-07-16 13:16:52 +03:00
parent 2137e43cff
commit 8e8487de85
1 changed files with 3 additions and 1 deletions

View File

@ -404,9 +404,11 @@ $ aws s3 sync %DIRPATH s3://%BUCKET_NAME
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
To delete the file:
```