-
Notifications
You must be signed in to change notification settings - Fork 128
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
breaking(object-store): rename ObjectStore to KVStore #422
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.
Looks like we've made a change that shouldn't have been made...
fastly/response_object.go → fastly/response_kv.go
That file (and its associated test) is not related to the Object Store but to a VCL 'response object': https://developer.fastly.com/reference/api/vcl-services/response-object/
Co-authored-by: Mark McDonnell <[email protected]>
Co-authored-by: Mark McDonnell <[email protected]>
Co-authored-by: Mark McDonnell <[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.
We are renaming object store to kv store so doing the needed changes here.
This needs an internal API change and when that is out it should start working on a test rerun.