From 3381e8f76e1581b2f9989d4b91ec9464d70810e1 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 28 Apr 2016 17:13:40 -0400 Subject: [PATCH] clarified docs on overwrite --- cloud/amazon/s3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/amazon/s3.py b/cloud/amazon/s3.py index 5a120ca7be2..e161f0772ad 100644 --- a/cloud/amazon/s3.py +++ b/cloud/amazon/s3.py @@ -113,9 +113,9 @@ options: version_added: "2.0" overwrite: description: - - Force overwrite either locally on the filesystem or remotely with the object/key. Used with PUT and GET operations. Boolean or one of [Always, Never, Different], new in 2.0 + - Force overwrite either locally on the filesystem or remotely with the object/key. Used with PUT and GET operations. Boolean or one of [always, never, different], true is equal to 'always' and false is equal to 'never', new in 2.0 required: false - default: true + default: 'always' version_added: "1.2" region: description: