Skip to content
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

Implement "PUT /objects/{object_id}/access/{access_id}" #26

Open
3 tasks
uniqueg opened this issue Oct 5, 2020 · 0 comments · May be fixed by #32
Open
3 tasks

Implement "PUT /objects/{object_id}/access/{access_id}" #26

uniqueg opened this issue Oct 5, 2020 · 0 comments · May be fixed by #32
Labels
flag: good 1st issue Good for newcomers priority: medium Medium priority type: feature New feature or request type flag: spec change Proposed change requires spec changes workload: hours Likely takes hours to resolve

Comments

@uniqueg
Copy link
Member

uniqueg commented Oct 5, 2020

Description

Analogous to #24, but for adding or updating an access method with a user-defined identifier.

Proposed solution

  • Add a PUT /objects/{object_id}/access/{access_id} endpoint to the DRS-Filer custom OpenAPI specification here; an example for a PUT endpoint definition can be found in the TRS-Filer repository
  • Add a controller for the endpoint; make sure that it is compatible with the solution to Implement "POST /objects/{object_id}/access" #25, if already resolved; an example for a controller that is used for both POSTing and PUTting resources can be found in the TRS-Filer repository
  • Add/update the necessary unit tests
@uniqueg uniqueg added flag: good 1st issue Good for newcomers Hacktoberfest Hacktoberfest Suggested issue for https://hacktoberfest.digitalocean.com/ priority: medium Medium priority type flag: spec change Proposed change requires spec changes type: feature New feature or request workload: hours Likely takes hours to resolve labels Oct 5, 2020
@sarthakgupta072 sarthakgupta072 removed the Hacktoberfest Hacktoberfest Suggested issue for https://hacktoberfest.digitalocean.com/ label Nov 7, 2020
@sarthakgupta072 sarthakgupta072 linked a pull request Nov 12, 2020 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flag: good 1st issue Good for newcomers priority: medium Medium priority type: feature New feature or request type flag: spec change Proposed change requires spec changes workload: hours Likely takes hours to resolve
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants