You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: