[
https://issues.apache.org/jira/browse/BEAM-6155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Brampton updated BEAM-6155:
----------------------------------
Description: 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. (was: 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, retry with exponential backoff, etc.)
> 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
> Assignee: Robert Burke
> Priority: Major
>
> 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)