diff --git a/plugins/modules/aws_s3.py b/plugins/modules/aws_s3.py index 61dd603c37e..9c91cb21fe0 100644 --- a/plugins/modules/aws_s3.py +++ b/plugins/modules/aws_s3.py @@ -155,8 +155,6 @@ description: - KMS key id to use when encrypting objects using I(encrypting=aws:kms). Ignored if I(encryption) is not C(aws:kms). type: str -<<<<<<< HEAD -======= tags: description: - Tags dict to apply to the S3 object. @@ -170,7 +168,6 @@ default: True version_added: 2.0.0 requirements: [ "boto3", "botocore" ] ->>>>>>> * Docs and logic fix author: - "Lester Wade (@lwade)" - "Sloane Hertel (@s-hertel)"