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

USS Delete file/directory endpoint #85

Closed
jordanCain opened this issue Mar 26, 2019 · 0 comments
Closed

USS Delete file/directory endpoint #85

jordanCain opened this issue Mar 26, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jordanCain
Copy link
Contributor

There's currently no option to delete a unix file or directory

The solution for this would be the implementation of a DELETE endpoint that will delete the asset at the given path.

Original issue: #75

As a USS endpoint user
I want the ability to delete unix assets
so that I can delete files from the remote system

Acceptance Criteria

*Scenario 1: Delete unix asset
Given an existing unix asset
When I submit a DELETE request to the asset path
Then the file on the remote system is deleted

*Scenario 2: Delete unix asset that has a lock
Given an existing unix asset that is currently locked
When I submit a DELETE request to the asset path
Then the file on the remote system is not deleted
and appropriate response is returned

@jordanCain jordanCain added the enhancement New feature or request label Mar 26, 2019
@jordanCain jordanCain added this to the 19-04-30 1.0.3 milestone Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants