I suspect that is probably not possible, the point of Cesium Ion is to host your data for you (as well as perform the processing of it) - that is what their business model is about.
The free tier gives you 5GB of storage so check it out, it might be enough for you.
Someone from the Cesium team would need to comment on whether it is possible to link your S3 account.
Get Outlook for iOS
From: cesiu...@googlegroups.com on behalf of eru....@gmail.com
Sent: Thursday, October 17, 2019 8:46 pm
To: cesium-dev
Subject: [cesium-dev] how to connect cesium ion to my bucket s3???I want to connect CesiumIon to my own bucket s3, can that be done by changing the configuration of the cesium json, or is it impossible to do so?--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+unsubscribe@googlegroups.com.
It is indeed possible to tile directly from your S3 bucket, and not host the source data on Cesium ion, which does save you money since you don't need as much storage on Cesium ion then. We wrote more about this here:
On Thursday, October 17, 2019 at 4:06:01 PM UTC-4, Colin Henderson wrote:
I suspect that is probably not possible, the point of Cesium Ion is to host your data for you (as well as perform the processing of it) - that is what their business model is about.
The free tier gives you 5GB of storage so check it out, it might be enough for you.
Someone from the Cesium team would need to comment on whether it is possible to link your S3 account.
Get Outlook for iOS
From: cesiu...@googlegroups.com on behalf of eru...@gmail.com
Sent: Thursday, October 17, 2019 8:46 pm
To: cesium-dev
Subject: [cesium-dev] how to connect cesium ion to my bucket s3???
I want to connect CesiumIon to my own bucket s3, can that be done by changing the configuration of the cesium json, or is it impossible to do so?--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesiu...@googlegroups.com.
You should see a "Add from S3" button. That lets you specify your bucket and access credentials so that Cesium ion can pull data from it. Do you see that option?
If you're asking if you can use the REST API to upload an asset to Cesium ion from your S3 bucket, the answer is yes. If you look at the postAssets route:And then click on "from", you can see where your bucket credentials can be passed.
I'm not sure about your other question. Can you rephrase or provide an example of what you mean?