Hello,
In my private cloud (Openstack), I have a private s3 compatible storage.
So far I was able to successfully use it in 2 situations with ArcGIS Enterprise:
In order to move for an HA deployment, I would like to store Portal for ArcGIS content directory, ArcGIS Server directories and config store on that storage. According to the documentation it's doable
"When ArcGIS Enterprise is deployed in the same cloud platform, you can store system directories such as the portal content directory and ArcGIS Server configuration store in the following cloud storage locations:
Amazon Simple Storage Service (S3) or an S3 compatible storage location"
https://enterprise.arcgis.com/en/cloud/latest/intro/cloud-options.htm
But I can't find how to specify my custom S3 storage. In the example, I found, it is only well known storage that are documented:
https://enterprise.arcgis.com/en/server/latest/cloud/amazon/configure-web-gis-with-shared-content-dir.htm
I tried to upload a json by specifying an S3 URL and creating a regionsforcloudstorage.dat file but I always get a 500 error:
com.esri.arcgis.portal.admin.core.PortalException:
com.esri.arcgis.portal.admin.core.PortalException:
com.esri.arcgis.portal.admin.core.PortalException: Cannot write to the mybucket S3 bucket. Please check that the bucket exists. If access keys are used to connect to the bucket, make sure they are correct. If an IAM role is used to connect to the bucket, make sure that the IAM role has write privileges to the bucket.
Any idea ? Maybe @JonathanQuinn ?
Thanks,
Nicolas