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. From ECMWF ATOS HPCF , use the following slightly different host_base:

      host_base = storage-ecmwf.europeanweather.cloud

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

    ECMWF endpoint: host_base = https://object-store.os-api.cci1.ecmwf.int
    ECMWF pilot endpoint: host_base = storage.ecmwf.europeanweather.cloud 

    Warning


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

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


...