[
https://issues.apache.org/jira/browse/BEAM-13980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17496248#comment-17496248
]
Janek Bevendorff commented on BEAM-13980:
-----------------------------------------
As a temporary workaround, it should be possible to monkey-patch
{{get_object_metadata()}} method from the linked GitHub pull request to
{{{}apache_beam.io.aws.clients.s3.boto3_client.Client{}}}.
> S3 Client broken: missing get_object_metadata()
> -----------------------------------------------
>
> Key: BEAM-13980
> URL: https://issues.apache.org/jira/browse/BEAM-13980
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Affects Versions: 2.36.0
> Reporter: Janek Bevendorff
> Priority: P1
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Since 2.36.0, the Boto3 S3 client is broken, because the
> get_object_metadata() method is missing. Something must have gone wrong
> during the merge of
> [BEAM-13585|https://issues.apache.org/jira/browse/BEAM-13585] that function
> should not have been deleted. The total lack of tests for this whole class is
> definitely a problem.
> I prepared a PR that re-adds the missing method.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)