From 3f7313cc431229cde0e250b8c5f4f1b592d223a4 Mon Sep 17 00:00:00 2001 From: ayush Date: Mon, 20 Jul 2015 17:05:10 -0700 Subject: [PATCH] Updated doc strings so each character isn't considered a line --- cloud/amazon/s3.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cloud/amazon/s3.py b/cloud/amazon/s3.py index 7b6990e25e3..072c8bc40d4 100644 --- a/cloud/amazon/s3.py +++ b/cloud/amazon/s3.py @@ -35,7 +35,8 @@ options: default: null aliases: ['ec2_secret_key', 'secret_key'] bucket: - description: Bucket name. + description: + - Bucket name. required: true default: null aliases: [] @@ -118,11 +119,13 @@ options: default: 0 version_added: "2.0" s3_url: - description: S3 URL endpoint for usage with Eucalypus, fakes3, etc. Otherwise assumes AWS + description: + - S3 URL endpoint for usage with Eucalypus, fakes3, etc. Otherwise assumes AWS default: null aliases: [ S3_URL ] src: - description: The source file path when performing a PUT operation. + description: + - The source file path when performing a PUT operation. required: false default: null aliases: []