Hi, I am trying to setup a trusted remote storage on version 6.8 and I am getting some errors. To give you a better context, I have an S3 bucket with Sentinel 2 data downloaded and my idea was to create dataset aggregating that data and use that bucket as a trusted remote storage. The settings I used to configure are as follows:
I tried to create a file on the dataset with the following script:
```
but it failed and I got the following messages in server.log:
```
Quick thought: Do you have a store with id “s3” fully defined?
-- Jim
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dataverse-commu...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/dataverse-community/fd696094-a1cd-465b-8eda-694684056937n%40googlegroups.com.
That’s probably the issue then – the remote store needs a real, defined backing store. You should be able to point at your ‘minio’ store. (Assuming the remote files are readable, Dataverse will do things like create thumbnails, etc. and use the base-store as a place to put them.).
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/a5b7409a-f374-4ad9-8e3a-7154373b72dcn%40googlegroups.com.
The remote store, whether that site uses s3 itself or not, is considered read-only by Dataverse. Configuring a remote store requires that you also specify another writable store that can be used with it. The remote store and its base-store don’t have to have any common storage. You could, for example, use a local file store as the base-store for a remote store. In your case, you should be able to use your minio s3 store as the base-store for your sentinel2 remote store. If you reference an image in your sentinel2 store, you should see a thumbnail of that image written to the base-store. (And similarly, any ingested version of tabular files, any cached export files for the dataset, etc. will go in the base-store.)
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/4b0fa96f-d5f3-44ae-8bb8-f95117c94bc2n%40googlegroups.com.