From f2018a2d90ce35ad876e00fea62bd1f3a4a87bec Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 16 Jul 2021 12:09:07 +0300 Subject: [PATCH] [#165] README: Add "upload of a dir" section Signed-off-by: Alex Vanin --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 76858710..62cce920 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,14 @@ $ aws s3api put-object --bucket %BUCKET_NAME --key %OBJECT_KEY --body %FILEPATH ``` where %OBJECT_KEY is a filename of an object in NeoFS +##### Upload of a dir + +To upload the dir into a bucket in the NeoFS network, run the following command: + +``` +$ aws s3 sync %DIRPATH s3://%BUCKET_NAME +``` + #### Download of a file To download the file from a bucket in the NeoFS Network, execute: