-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More GCP #35
More GCP #35
Conversation
storage/gcp/gcp_test.go
Outdated
index uint64 | ||
logSize uint64 | ||
tileSize uint64 | ||
wantErr bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you mean to add a test with wantErr and a non existing tile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question - I think I started with that intention and then figured that since this is a round-trip test, there shouldn't really be any errors so I've removed the bool
.
This PR adds support for reading and writing to GCS.
Toward #23.