Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: better formatting

...

  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. You will need to replace <provider> by either ecmwf or eumetsat (your storage provider), as well as <youraccesskey> and <yoursecretkey> that will be given to you by the provider

    No Format
    host_base = storage.<provider>.europeanweather.cloud
    host_bucket = 
    access_key = <youraccesskey>
    secret_key = <yoursecretkey>
    use_https = True


    Warning

    July 2021: EUMETSAT's S3 provision has an incomplete SSL certificate; you can either set "use_https" to false False or temporarily use the underlying URL of https://service's host_base of obs.eum.otc.icsi.eumetsat.int(the infrastructure for 2022 is in ITT, and we are waiting to see where it ends up before taking the cost of replacing the certificate)


...