Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Policy enforcement in file and blob creation #139

@zachmullen

Description

@zachmullen

Policies we to enforce around uploading:

  • The size of the blob that is attached to a file matches the declared size of the file.
  • File size values are immutable, at least via REST.
  • The blob field of a file is immutable. It can be changed from no file to having a file, but not from one file to another.
  • Blobs can only be uploaded if they correspond to a pre-initialized file. This will need changes in both S3FF and this repository. See Support arbitrary policy enforcement in REST endpoints kitware-resonant/django-s3-file-field#204

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions