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
318 stars 85 forks source link

Enhancement request for the extract command #94

Closed zssai closed 3 years ago

zssai commented 4 years ago

The extract command only supports three cloud storage, Microsoft Azure Blob, Amazon Web Services S3 and Alibaba OSS. However, if I use a S3 compatibility cloud storage —— the xsky cloud storage, the QingCloud cloud storage, for example, how to extract the slpk to it? Maybe there should be an option for the endpointURL.

rvargasESRI commented 4 years ago

Thanks for bringing this to our attention. We will look into being able to specify a custom endpointURL for S3 compatible cloud storage.

zssai commented 4 years ago

Thank you for your response. Looking forwad to the update.

rvargasESRI commented 3 years ago

@zssai This functionality is now available in the converter.

zssai commented 3 years ago

@rvargasESRI Sorry for my late response, could you please give an example of that?

rvargasESRI commented 3 years ago

@zssai The command would just add the --endpoint-url option at the end.

Using an example from here, i3s_converter.exe -u myFile.slpk -d s3://mySlpkBucket -a AKIAIOSFODNN7EXAMPLE -s wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY -r us-east-1a --endpoint-url 127.0.0.1

The new option flag can be found here