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

proposal: Make Delete idempotent #551

Closed
Xuanwo opened this issue Apr 29, 2021 · 1 comment
Closed

proposal: Make Delete idempotent #551

Xuanwo opened this issue Apr 29, 2021 · 1 comment
Assignees

Comments

@Xuanwo
Copy link
Contributor

Xuanwo commented Apr 29, 2021

The current delete behavior is different for fs and object storage services:

  • For file system: delete a not exist file will return error: NotExists
  • For object storage: delete a not exist file will return no error
  • For dropbox alike storage services: delete a file that is uploading also returns an error.

We need to unify the behavior here.

@JinnyYi JinnyYi mentioned this issue Apr 29, 2021
15 tasks
@Xuanwo
Copy link
Contributor Author

Xuanwo commented May 2, 2021

Proposal: beyondstorage/specs#46

@Xuanwo Xuanwo self-assigned this May 6, 2021
@Xuanwo Xuanwo closed this as completed May 6, 2021
@Xuanwo Xuanwo moved this to 📋 Backlog in Xuanwo's Work Sep 15, 2022
@Xuanwo Xuanwo moved this from 📋 Backlog to 📦 Done in Xuanwo's Work Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant