Versions Compared

Key

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

...

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


Basic tasks

If you type s3cmd -h you will see the different options of the command, but here are the basics:

...