-
Notifications
You must be signed in to change notification settings - Fork 5
google cloud storage cachestore #18
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
Conversation
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
So we support Expiry but not Lock methods.
Does the GCP bucket allow us to set any expiry? Or are there any limitations on the duration?
I haven't found anything. I have only found object lifecycle policies but those need to be set on the whole bucket. Maybe David has some idea how to provide better implementation. |
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.
Lot of comments, lot of nits, and some suggestions.
I was also thinking if gcstorage
is right name, but is feels that it is right.
Great job with tests!!!! 👍 👍 👍
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
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.
2 nits, one question
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
Co-authored-by: David Sedláček <[email protected]>
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
No description provided.