funquail/changes/changelog.d/2156.feature
Georg Krause cb4c27dce0 feat(api): Add inplace_to_s3 management command
This command allows to update Uploads that originally were imported
using --in_place but are moved to s3. This command does not copy any
file, it just makes sure the files are read from S3 after they have been
moved.

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2506>
2023-09-25 11:33:21 +00:00

2 lines
116 B
Gherkin

New management command to update Uploads which have been imported using --in-place and are now
stored in s3 (#2156)