Skip to content

GCE code is out of date, arqinator no longer cleanly builds #4

@tals

Description

@tals

It appears that the google.golang.org/cloud/storage api has changed since this was written.

As a result, it no longer builds for a fresh checkout:

$ make build-mac-amd64
go get github.com/asimihsan/arqinator/arq github.com/asimihsan/arqinator/arq/types github.com/asimihsan/arqinator/crypto github.com/asimihsan/arqinator/connector 
# github.com/asimihsan/arqinator/connector
../../.go/src/github.com/asimihsan/arqinator/connector/googlecloudstorage.go:114: undefined: "google.golang.org/cloud/storage".ListObjects
../../.go/src/github.com/asimihsan/arqinator/connector/googlecloudstorage.go:200: undefined: "google.golang.org/cloud/storage".NewReader
../../.go/src/github.com/asimihsan/arqinator/connector/s3.go:48: undefined: s3manager.DownloadOptions
make: *** [internal-deps] Error 2

ListObjects doesn't seem to be around anymore. https://godoc.org/google.golang.org/cloud/storage

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions