Closed milanmajchrak closed 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.
Importing creates only Bitstream object with the metadata - synchronization with S3 must be done in other way.