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

Check if a file storage file or directory already exists with same key #4726

Open
3 tasks
apburnes opened this issue Feb 20, 2025 · 0 comments
Open
3 tasks

Comments

@apburnes
Copy link
Contributor

When a user uploads a file or creates a directory, notify them the file or directory already exists with the same name.

Notes

  • Should run a server side check on the two POST request endpoints
  • Possibly create an endpoint that checks if file exists before a user attempts to upload file or create directory

Acceptance Criteria

  • Add checks to the file-storage service
  • Return JSON message from file-storage service notifying the user of a conflict
  • Create api endpoint that check if file/directory with matches with same key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant