dataquest-dev / DSpace

(Official) The DSpace digital asset management system that powers your Institutional Repository
https://wiki.lyrasis.org/display/DSDOC7x/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Importing - 88: A new bitstreams are not sync with S3 - why? #597

Closed milanmajchrak closed 4 months ago

milanmajchrak commented 7 months ago

Importing creates only Bitstream object with the metadata - synchronization with S3 must be done in other way.

MajoBerger commented 4 months ago

When dump is imported, files are stored directly in /dspace/assetstore inside the container. Therefore, from the point of view of python script import, they are already there. They are not uploaded by REST API. Therefore, it makes sense that files are not in S3.

This behavior is expected and there is nothing wrong with this.