Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 993 Bytes

HOWTO.md

File metadata and controls

46 lines (32 loc) · 993 Bytes

Instructions for developers

(This is a place holder for developer's documentation).

Generate documentation

TODO: Add documentation

Upload sample data

To push sample data to ECMWF's object storage (authorised persons only):

First install s3cmd if needed:

% pip install s3cmd

Then set ~/.s3cfg to:

host_base = storage.ecmwf.europeanweather.cloud
host_bucket =
access_key = xxxxxxxxxxxx
secret_key = yyyyyyyyyyyy
use_https = True

First time (already done):

% s3cmd mb --no-preserve s3://climetlab
% s3cmd put --acl-public --no-preserve example.file s3://climetlab/directory/example.file

The file is then available at: https://storage.ecmwf.europeanweather.cloud/climetlab/samples/example.file.

Please note that only https is supported, even if s3cmd reports a url starting with http.

If you use several S3 account, use:

% s3cmd -c ~/.s3cfg.climetlab ...

Make sure that you can re-create, re-upload all data.