Skip to content

Commit

Permalink
[cloud] Document alias for aws_s3 'overwrite' option. (ansible#31638)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hertel authored and ryansb committed Oct 13, 2017
1 parent 1234a79 commit e26955f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/amazon/aws_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
- 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
default: 'always'
aliases: ['force']
version_added: "1.2"
region:
description:
Expand Down

0 comments on commit e26955f

Please sign in to comment.