Esri / i3s-spec

This repository hosts the specification for Scene Layers which are containers for arbitrarily large amounts of geographic data. The delivery and persistence model for Scene Layers, referred to as Indexed 3d Scene Layer (I3S) and Scene Layer Package (SLPK) respectively, are specified.
Other
315 stars 84 forks source link

Azure Storage US Government compatibility #163

Open akk602 opened 10 months ago

akk602 commented 10 months ago

Support for US Gov Cloud (Sovereign Cloud) compatibility for Azure. After some testing, the tool works for the commercial Azure Blob but does not work for the US Gov cloud endpoint.

Gov Cloud endpoint: blob.core.usgovcloudapi.net

Tried to use the --endpoint-url parameter but it did not work. The job says that it completed successfully but the files are not uploaded to the blob storage account.

ajuanr commented 9 months ago

@akk602 The --endpoint-url paramater currently only works with s3 compatible providers.

jmp601 commented 9 months ago

@ajuanr There is no technical difference in Azure commercial blob and azure govcloud blob. This works fine in azure commercial blob, but not govcloud blob.

ajuanr commented 9 months ago

@jmp601 @akk602 We'll need to investigate any configuration differences that may exist between Azure and Azure Goverment that are preventing successful uploads.

akk602 commented 9 months ago

We also have an ESRI Premium support ticket open on this issue since it is impacting their Toolboxes too.