Skip to content

Commit

Permalink
Remove newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
aemous committed Sep 20, 2024
1 parent 7629757 commit a479b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion awscli/customizations/s3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ def map_put_object_params(cls, request_params, cli_params):
cls._set_request_payer_param(request_params, cli_params)
cls._set_checksum_algorithm_param(request_params, cli_params)


@classmethod
def map_get_object_params(cls, request_params, cli_params):
"""Map CLI params to GetObject request params"""
Expand Down

0 comments on commit a479b9c

Please sign in to comment.