Closed aureq closed 8 years ago
When calling iam.upload_server_certificate and s3.put_object, there's little variation in the parameters passed. Better is to use kwargs to make the code more readable.
iam.upload_server_certificate
s3.put_object
kwargs
When calling
iam.upload_server_certificate
ands3.put_object
, there's little variation in the parameters passed. Better is to usekwargs
to make the code more readable.