You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Andrew Brampton (JIRA)" <ji...@apache.org> on 2018/11/30 03:48:00 UTC

[jira] [Created] (BEAM-6155) Migrate the Go SDK to the modern GCS library

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)