We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe I am missing it, but I do not believe there is a way to set the store-id flag for the duracloud sync portion.
store-id
I believe this is needed to be able to upload directly to Chronopolis which is hosted on the same platform as Duracloud.
The text was updated successfully, but these errors were encountered:
You're correct that there's currently no way to set the store-id. The RTS makes a call to DuraCloud to get the primary storage provider (https://github.com/DSpace/dspace-replicate/blob/main/src/main/java/org/dspace/ctask/replicate/store/DuraCloudObjectStore.java#L81) and uses that.
I think it would be fairly straightforward to make that configurable by adding a parameter and getting the desired ContentStore using the getContentStore method in the ContentStoreManager: https://github.com/duracloud/duracloud/blob/develop/storeclient/src/main/java/org/duracloud/client/ContentStoreManager.java#L61-L62.
Sorry, something went wrong.
No branches or pull requests
Maybe I am missing it, but I do not believe there is a way to set the
store-id
flag for the duracloud sync portion.I believe this is needed to be able to upload directly to Chronopolis which is hosted on the same platform as Duracloud.
The text was updated successfully, but these errors were encountered: