Skip to content

Commit b0f3227

Browse files
WMS ID 11715 (oracle-livelabs#394)
* Add files via upload * updated labs updated labs * Adding to rclone and oci cli labs Updated labs * foo fo * Added os sync, fixed rclone typos Added os sync lab, fixed typos in rclone lab * Fixed typo in manifest, created md 2 typos in manifest.json created file for other-tools * another typo in manifest.json another typo in manifest.json * Added other-tools lab Finished labs, additional edits * Typos in rclone.md, os-sync.md Typos in rclone.md, os-sync.md Updated intro * Updated other-tools Fixed errors and typos * updated rclone.md Fixed lines for windows platform * Fixed typo in rclone.md Brew link had extra parenthesis * Updated other-tools Updated other-tools with brew on mac link * added cd to rclone.md added a missing change directory * os-sync added copy to command os-sync added copy to command * Added s3configure clarification Added s3configure clarification * Updated other-tools note about bash * corrected help email corrected help email * Added capitals to each task added captialization to each task * Updated rclone title Updated rclone title * Added image descriptions for OCI CLI Added image descriptions for OCI CLI * Image descriptions for rclone.md Image descriptions for rclone.md * Updated manifest file to freetier help Updated manifest file to freetier help * Removed object-storage using link Removed object-storage using link * updated manifest help email updated manifest help email * typo in os-sync md * typo in oci cli setup * typo in output --------- Co-authored-by: Hope Fisher <[email protected]>
1 parent daea6d9 commit b0f3227

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

oci-migration-essentials/oci-cli-setup/oci-cli-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the **Add API Key** interface there are various button choices, this shows th
5757

5858
After downloading the key to your home directory/ folder or a path you can remember and where it won't be deleted. Note the path of the private API key, you will need it later in Task 5 below.x
5959

60-
> **Note:** Please do not use a key with a passphrase for this lab series, tools such as Rclone does not currently support API keys with a passphrase..
60+
> **Note:** Please do not use a key with a passphrase for this lab series, tools such as Rclone does not currently support API keys with a passphrase.
6161
6262

6363
2. You should now be able to see the Configuration file, copy paste this into a file we will need it later in Task 5 below.

oci-migration-essentials/os-sync/os-sync.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Migrating Data with OCI Object Storage Sync
22

33
## Introduction
4-
OCI Object Storage Sync (os sync) is part of the OCI Command Line Interface (CLI) which synchronizes a filesystem directory with objects in a bucket. The command traverses sub-directories copying new and modified files or objects from the source to the destination and optionally deleting those that are not present in the sourc.
4+
5+
OCI Object Storage Sync (os sync) is part of the OCI Command Line Interface (CLI) which synchronizes a filesystem directory with objects in a bucket. The command traverses sub-directories copying new and modified files or objects from the source to the destination and optionally deleting those that are not present in the source.
6+
57

68
Estimated time: 20 min
79

oci-migration-essentials/other-tools/other-tools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ The command run should look like this:
180180
Default Region [US]: us-ashburn-1
181181
182182
Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3.
183-
S3 Endpoint [namespae.compat.objectstorage.us-ashburn-1.oraclecloud.com]:
183+
184+
S3 Endpoint [namespace.compat.objectstorage.us-ashburn-1.oraclecloud.com]:
184185
185186
Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used
186187
if the target S3 system supports dns based buckets.

0 commit comments

Comments
 (0)