Skip to content

Delete files #87

Description

@uhthomas

Kipp does not currently expose any mechanism to request the deletion of files, which is a problem. The hard part is figuring out how to distribute deletion keys, as browsers don't allow the interception of redirects (which is how Kipp handles responses to uploads). A few ideas have come to mind:

  • Providing a key in the request.
  • Using cookies (which would fix the redirect problem).
  • Using authorization headers.

I don't want to get into a situation where keys aren't rotated, or get leaked however.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions