Skip to content

Commit

Permalink
Also accept str in Object.copy_from CopySource
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Aug 10, 2024
1 parent 30d5256 commit 8ea2150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mypy_boto3_builder/type_maps/method_type_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"Bucket": {"copy": {"CopySource": CopySourceTypeDef}},
"Object": {
"copy": {"CopySource": CopySourceTypeDef},
"copy_from": {"CopySource": CopySourceTypeDef},
"copy_from": {"CopySource": CopySourceOrStrTypeDef},
},
"ObjectSummary": {"copy_from": {"CopySource": CopySourceTypeDef}},
"ObjectSummary": {"copy_from": {"CopySource": CopySourceOrStrTypeDef}},
},
ServiceNameCatalog.dynamodb: {
"Table": {
Expand Down

0 comments on commit 8ea2150

Please sign in to comment.