Skip to content

proposal: Make Delete idempotent #551

Closed
@Xuanwo

Description

@Xuanwo

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions