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.
All production callers of
move_source_files_to_depositionwere 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.