Skip to content

Commit 402cd8d

Browse files
committed
Black whitespace
1 parent 34c0f70 commit 402cd8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/modules/s3_bucket.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,8 @@ def put_object_lock_configuration(s3_client: ClientType, bucket_name: str, objec
13241324
Returns:
13251325
None
13261326
"""
1327+
1328+
13271329
conf = {"ObjectLockEnabled": "Enabled", "Rule": {"DefaultRetention": object_lock_default_retention}}
13281330
s3_client.put_object_lock_configuration(Bucket=bucket_name, ObjectLockConfiguration=conf)
13291331

0 commit comments

Comments
 (0)