Skip to content

chore: remove dead move_source_files_to_deposition from storage port and adapters #225

Description

@rorybyrne

All production callers of move_source_files_to_deposition were deleted with the source domain (d63093a, #112), but the method survives on the port and both adapters:

  • server/osa/domain/deposition/port/storage.py:53 (port)
  • server/osa/infrastructure/persistence/adapter/storage.py:214 (filesystem adapter)
  • server/osa/infrastructure/s3/storage.py:123 (S3 adapter)

Only tests call it. Remove the method from the port, both adapters, and the tests that exercise it.

Found while verifying #95, which is closed as obsolete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorInternal restructuring, no behavior changetech-debtKnown shortcuts to address later

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions