From e62fe06763d37a3ea11a997b2534c52e390e5e98 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 17 Mar 2018 10:51:45 +0000 Subject: [PATCH] s3: document --ignore-checksum workaround for KMS #1824 --- docs/content/s3.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/s3.md b/docs/content/s3.md index 93daa00a0..168d10024 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -299,6 +299,14 @@ Notes on above: For reference, [here's an Ansible script](https://gist.github.com/ebridges/ebfc9042dd7c756cd101cfa807b7ae2b) that will generate one or more buckets that will work with `rclone sync`. +### Key Management System (KMS) ### + +If you are using server side encryption with KMS then you will find +you can't transfer small objects. As a work-around you can use the +`--ignore-checksum` flag. + +A proper fix is being worked on in [issue #1824](https://github.com/ncw/rclone/issues/1824). + ### Glacier ### You can transition objects to glacier storage using a [lifecycle policy](http://docs.aws.amazon.com/AmazonS3/latest/user-guide/create-lifecycle.html).