satoshipay / stellar-helm-charts

Helm charts for Stellar applications (Core, Horizon, Friendbot, ...)
Apache License 2.0
10 stars 11 forks source link

Support IBM object storage #4

Open andrenarchy opened 5 years ago

andrenarchy commented 5 years ago

For publishing history archives, it would be nice if the chart/images also supports the IBM cloud.

To do: Check whether this is already supported by the aws flavor of the Stellar Core image (via S3 API in IBM's object storage).

todkap commented 5 years ago

Can you share the library you use today for the aws flavor (or if it is just CURL). I can try to test it.

andrenarchy commented 5 years ago

Currently it's awscli, see https://github.com/satoshipay/docker-stellar-core/blob/8dac8b3df22f1e1ec92cde6f09caf3b54199b8c6/install.aws.sh#L8.