...
Create the configuration file if it does not exist:
No Format touch ~/.s3cfg
Edit the file and set up at least the following parameters.
ECMWF endpoint:host_base = storage.ecmwf.europeanweather.cloud
EUMETSAT endpoint:host_base =s3.waw3-1.cloudferro.comFill in the You will need to replace
<provider>by eitherecmwforeumetsat(your storage provider), as well as<youraccesskey>and<yoursecretkey>that will be given to you by the providerNo Format host_base = storage.<provider>.europeanweather.cloud<EUM or ECMWF endpoint> host_bucket = access_key = <youraccesskey> secret_key = <yoursecretkey> use_https = True # neededNeeded for EUMETSAT, as the provider currently supplies a "cloudferroCloudFerro" SSL certificate. Skip Alternatively, change the host_base above to s3.waw3-1.cloudferro.comif ECMWF. check_ssl_certificate = False
...