-
Notifications
You must be signed in to change notification settings - Fork 131
feat(fastly/objectstorage): adds crud operations for access keys in object storage #612
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
feat(fastly/objectstorage): adds crud operations for access keys in object storage #612
Conversation
951fe2d
to
d78f170
Compare
dce8f75
to
8e159b9
Compare
8e159b9
to
9e8cbcd
Compare
…s keys in object storage
9e8cbcd
to
207f799
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.
This looks great! Just some nit picks. Please ask Kevin if he is happy with the package structure. This makes sense to me but maybe we don't need the nested structure because there won't be any more APIs related to Fastly object storage.
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.
Sorry I missed one thing. Otherwise this looks great! Kevin also agreed on the package structure: objectstorage.accesskeys.....
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.
Thank you!
All Submissions:
New Feature Submissions:
Changes to Core Features:
User Impact
Users will be able to use the CRUD functions for Access Keys in Object Storage
Are there any considerations that need to be addressed for release?