Andrew Brampton created BEAM-6155:
-------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)