-
Notifications
You must be signed in to change notification settings - Fork 101
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
Add mock test for GCS #82
Conversation
273d1bb
to
b68d25f
Compare
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.
@swapnilgm Thanks for the well-written PR! Other than a couple of minor changes in the comments, it looks good to me. Please address those changes. Thanks.
pkg/snapstore/gcs_snapstore.go
Outdated
"github.com/sirupsen/logrus" | ||
"google.golang.org/api/iterator" | ||
) | ||
|
||
// GCSSnapStore is snapstore with local disk as backend | ||
// GCSSnapStore is snapstore with local disk as backend. |
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.
Modify comment to GCSSnapStore is a GCS-backed snapstore.
Also have a look at
// S3SnapStore is snapstore with local disk as backend |
f8fcffb
to
731b3a7
Compare
Signed-off-by: Swapnil Mhamane <[email protected]>
731b3a7
to
932c106
Compare
@shreyas-s-rao Thank you for the review. And sorry for the delay. I have updated the PR. PTAL. |
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.
lgtm
Signed-off-by: Swapnil Mhamane [email protected]
What this PR does / why we need it:
This PR adds mock client for GCS snapstore. Please check #70 for further details.
Which issue(s) this PR fixes:
Fixes #70
Special notes for your reviewer:
Please check the GCS support throully.
Release note: