From 5f98ed806c9c3bda27a59f7a0a2bb5c9d1699e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Wiaduch?= Date: Wed, 22 Oct 2014 11:30:07 +0200 Subject: [PATCH] fix: typos for `2014-10_AWS_buckets_migration` --- content/blog/2014-10_AWS_buckets_migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2014-10_AWS_buckets_migration.md b/content/blog/2014-10_AWS_buckets_migration.md index 717668a..8cb3751 100644 --- a/content/blog/2014-10_AWS_buckets_migration.md +++ b/content/blog/2014-10_AWS_buckets_migration.md @@ -40,8 +40,8 @@ Solution is to add proper policies on destination bucket and use `sync` on sourc } ``` 1. Synchronise buckets via AWS CLI - Make sure you have AWS CLI installed and set up with source bucket user credentials. Than you're ready to use `sync`. - > A sync command makes it easy to synchronise the contents of a local folder with a copy in an S3 bucket. + Make sure you have AWS CLI installed and set up with source bucket user credentials. Then you're ready to use `sync`. + > A sync command makes it easy to synchronise the contents of a local folder with a copy in a S3 bucket. In our case we'll synchronise two S3 buckets on different accounts.