Home New Trending Search
About Privacy Terms
#
#objectstore
Posts tagged #objectstore on Bluesky
Unable to publish video services when ArcGIS Data Store Object store is Default Item Storage Hi all, I'm trying to publish video services from Excalibur to ArcGIS Video Server. When the default Item Store is configured on the File System, the hosted video layer publishes successfully. However, when I set the default Item Store to the ArcGIS Data Store, publishing the hosted video layer re...

#videoserver #objectstore

0 0 0 0
Preview
Amazon S3 bucket as Object Store in ArcGIS Enterprise 11.5 Hi all, We have recently upgraded ArcGIS Enterprise 11.3 to ArcGIS Enterprise 11.5. We had many scene layers in ArcGIS 11.3 using ArcGIS Tile Cache Data Store. With the deprecation of Tile Cache in 11.5, we need to register an Object Store and then migrate all Tile Caches. Our implementation is in A...

#s3 #objectStore

0 0 0 0
2.3 MinIO Object Store :: Jürgen's NB Iceshrimp has some issues when the local file system is used to cache media files. Under iOS especially videos cannot be started. This problem seem to be solved in Iceshrimp.NET. I selected MinIO as object store. The subsequent sections describe the installation and how to configure Iceshrimp to make use of MinIO. Install MinIO To run MinIO as docker container you need to provide following docker-compose.yml file: services: minio: command: 'server /data --console-address ":9001"' image: quay.io/minio/minio:latest restart: unless-stopped volumes: - './data:/data' env_file: "./.env" container_name: minio ports: - '127.0.0.1:9001:9001' - '127.0.0.1:9000:9000' The administrator account and password is provided in the .env file which has following content:

Es gibt ein neues Kapitel in meiner VPS Dokumentation. Ich beschreibe, wie man MinIO als Object Store für Iceshrimp installiert und konfiguriert: info.jyrgi.de/services/minio/index.html
#Iceshrimp #MinIO #ObjectStore #selfhosting

0 1 0 0