You can sync data received by EUMETCast Terrestrial client to object storage with following steps:
s3cmd mb s3://eumetcast-example |
sudo cp ~./s3cfg /etc/s3cfg |
sudo crontab -e |
*/1 * * * * s3cmd -c /etc/s3cfg sync /root/data/eumetcast/ter-1/default s3://eumetcast-example |