provider/aws: Clean up whitespaces

This commit is contained in:
Radek Simko 2016-02-23 12:14:33 +00:00
parent 70f045e46e
commit ebf2fd54e5
1 changed files with 1 additions and 1 deletions

View File

@ -111,9 +111,9 @@ func resourceAwsS3BucketObjectPut(d *schema.ResourceData, meta interface{}) erro
content := v.(string)
body = bytes.NewReader([]byte(content))
} else {
return fmt.Errorf("Must specify \"source\" or \"content\" field")
}
putInput := &s3.PutObjectInput{
Bucket: aws.String(bucket),
Key: aws.String(key),