Storing Orekit-data in Amazon S3

Hello forum,

I’m wondering whether it’s possible for me to store orekit-data files on Amazon’s S3 cloud storage. Since cloud storage has become more useful lately, ideally I would like to store this data centrally, update it from time to time and run Orekit using it.

Would that be possible?

You will have to set up an implementation of DataProvider that works with Amazon S3 to do that.
If you do, please consider contributing it to the project.

1 Like

Sure thing, Luc!