Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create the configuration file if it does not exist:

    No Format
    touch ~/.s3cfg


  2. Edit the file and set up at least the following parameters.

    ECMWF:

    • ECMWF CCI1 endpoint: host_base = object-store.os-api.cci1.ecmwf.int 
    • ECMWF CCI2 endpoint: host_base = object-store.os-api.cci2.ecmwf.

...

    • int 

EUMETSAT endpoint: host_base = s3.waw3-1.cloudferro.com

  1. 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, as the provider currently supplies a "CloudFerro" SSL certificate. Skip if ECMWF.
    check_ssl_certificate = False


...