[
https://issues.apache.org/jira/browse/BEAM-6155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Brampton resolved BEAM-6155.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.9.1
With [https://github.com/apache/beam/pull/7182] and
[https://github.com/apache/beam/pull/7292] this is now fixed.
> Migrate the Go SDK to the modern GCS library
> --------------------------------------------
>
> Key: BEAM-6155
> URL: https://issues.apache.org/jira/browse/BEAM-6155
> Project: Beam
> Issue Type: Improvement
> Components: sdk-go
> Reporter: Andrew Brampton
> Priority: Major
> Fix For: 2.9.1
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The gcsx package is using the google.golang.org/api/storage/v1 GCS library.
> That library has been deprecated for ~6 months, and the recommendation is to
> use the newer
> [cloud.google.com/go/storage|https://godoc.org/cloud.google.com/go/storage]
> package. That package supports newer features, and has built in connection
> pooling, timeout support, retry with exponential backoff, etc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)