wellcomecollection / storage-service

🗃️ Managing the safe, long-term storage of our digital collections in the cloud
MIT License
31 stars 5 forks source link

Convert Corporate Photography folders into Archivematica-compatible zips #1127

Closed paul-butcher closed 4 weeks ago

paul-butcher commented 1 month ago

Write the code to take a folder that has been fetched from the wellcomecollection-editorial-photography bucket in S3 into a zip file with the appropriate metadata for ingest into born-digital-accessions.

This involves discarding the existing metadata.xml and shoot.csv files, placing all the images into the ./objects subfolder, and creating a new metadata.csv file.

This does not involve fetching the data from Glacier or S3. That will be another ticket.

Part of https://github.com/wellcomecollection/storage-service/issues/1126