...
- ECMWF CCI1 endpoint:
host_base = object-store.os-api.cci1.ecmwf.int - ECMWF CCI2 endpoint:
host_base = object-store.os-api.cci2.ecmwf.int
- ECMWF CCI1 endpoint:
EUMETSAT endpoint old cloud: host_base = s3.waw3-1.cloudferro.com
EUMETSAT R1 endpoint NEW cloud: host_base = s3.r1.cloud.eumetsat.int
EUMETSAT R2 endpoint NEW cloud: host_base = s3.r2.cloud.eumetsat.int
3. Fill in the <youraccesskey> and <yoursecretkey> that will be given to you by the provider
| No Format |
|---|
host_base = <EUM or ECMWF endpoint> host_bucket = access_key = <youraccesskey> secret_key = <yoursecretkey> use_https = True # Needed for EUMETSAT old cloud, as the provider currently supplies a "CloudFerro" SSL certificate. Skip if ECMWF. or EUMETSAT new cloud (R1 and R2) check_ssl_certificate = False |
...