I have an application which could have several Girder 3 instances (on separate machines at different sites) all accessing a shared assetstore. If we put the assetstore on an S3 bucket, what problems or contention might we have? Will there be problems sharing a single asset store?
We do want to achieve shared access to files stored through Girder. The application is such that several “sites” would each be contributing to different portions of the common archive. Due to our use case, it is unlikely that multiple Girder instances would ever collide writing the same resource. Most of the time, our use case is that site #1 will upload files to the assetstore and site #2 might read the items and change only their metadata records later…
Thanks for any suggestions or warnings about this use case