From 16e34d6e4991a4027896cca849323e9807121b5f Mon Sep 17 00:00:00 2001
From: Masoud Ghorbani
Date: Sat, 10 Feb 2024 14:54:37 +0100
Subject: [PATCH] Updated docs
---
docs/global.html | 2 +-
docs/index.html | 28 ++++---
docs/index.js.html | 16 +---
...ule-SyncCloudStorage-SyncCloudStorage.html | 4 +-
docs/module-SyncCloudStorage.html | 4 +-
docs/providers_local_objects.js.html | 2 +-
docs/providers_s3_buckets.js.html | 7 +-
docs/providers_s3_credentials.js.html | 2 +-
docs/providers_s3_objects.js.html | 82 ++++++++-----------
docs/utils_objects.js.html | 26 +++---
docs/utils_tags.js.html | 2 +-
11 files changed, 81 insertions(+), 94 deletions(-)
diff --git a/docs/global.html b/docs/global.html
index 852c1e9..6da7812 100644
--- a/docs/global.html
+++ b/docs/global.html
@@ -292,7 +292,7 @@ Modules
-A simple way to sync folders & files between a remote machine and a cloud provider's framework.
+A simple way to sync folders & files between a remote machine and a cloud provider's storage.
Available for following cloud frameworks:
+
+Note: This plugin is still in development and may not be stable. Use with caution.
+
Installation
-npm install --save sync-cloud-storage
-
+
+- ni:
ni sync-cloud-storage -D
+- npm:
npm i sync-cloud-storage -D
+- yarn:
yarn add sync-cloud-storage -D
+- pnpm:
pnpm add sync-cloud-storage -D
+
+Why
+
+- Uses the latest official cloud provider's SDK.
+- Sync multiple storages at once.
+- Sync tags and metadata of each storage.
+
Usage
Serverless
plugins:
@@ -73,11 +86,6 @@ Serverless
metadata:
foo: bar
bar: foo
-
-Deployments
-
-By using the assume
command, you can grant access to the plugin to deploy to your cloud framework.
-assume
@@ -95,10 +103,10 @@ Modules