Skip to content

Remove Image.hash

https://redmine.teklia.com/issues/11341

  • The Image.hash database field is removed.
  • CreateImage should only check for image uniqueness through the path.
  • CreateImageErrorResponseSerializer.hash is replaced with path to document the duplicate path error.
  • The ImageUploadSerializer.path serializer field is now required.
  • The ImageUploadSerializer.validate method is removed.
  • The arkindex.project.aws.S3FileMixin.check_hash method is removed.
  • ImageSerializer.validate_status should not call check_hash or refer to ImageServer.s3_read_only_bucket.
  • The ImageServer.s3_read_only_bucket database field is removed.