From a89372f8a4ffee05d9e107ecedd471f4b1b4e545 Mon Sep 17 00:00:00 2001
From: Masoud Ghorbani
Date: Sat, 10 Feb 2024 14:53:56 +0100
Subject: [PATCH 1/2] 1.0.0-rc.3
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index ed35d7b..46d853b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sync-cloud-storage",
- "version": "1.0.0-rc.2",
+ "version": "1.0.0-rc.3",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
From 16e34d6e4991a4027896cca849323e9807121b5f Mon Sep 17 00:00:00 2001
From: Masoud Ghorbani
Date: Sat, 10 Feb 2024 14:54:37 +0100
Subject: [PATCH 2/2] 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