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 endpoint: host_base = storage.ecmwf.europeanweather.cloud 

    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


...