Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Mar 1, 2021
1 parent bc1876e commit 3b2fa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATING_FROM_OLDER_VERSIONS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Parameter name Resource API method Client API fun
========================== ====================================== ==========================
`multipart_upload_kwargs` `s3.Object.initiate_multipart_upload`_ `s3.Client.create_multipart_upload`_
`object_kwargs` `s3.Object.get`_ `s3.Client.get_object`_
`resource_kwargs` s3.resource `s3.Client`
`resource_kwargs` s3.resource `s3.client`_
`singlepart_upload_kwargs` `s3.Object.put`_ `s3.Client.put_object`_
========================== ====================================== ==========================

Expand Down

0 comments on commit 3b2fa86

Please sign in to comment.