writng to s3 store #17
-
I tried the s3 store, but can't retrieve S3 credentials: at https://dashboard.cloud.muni.cz/auth/login/?next=/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to create and store the credentials following the instructions:: https://pangeo-data.github.io/escience-2022/examples/EOSC_to_bucket.html you need to store them in your home under as explained above And then a working example of writing to the bucket is this one: or this one in the repo clone |
Beta Was this translation helpful? Give feedback.
You need to create and store the credentials following the instructions::
https://pangeo-data.github.io/escience-2022/examples/EOSC_to_bucket.html
you need to store them in your home under as explained above
.aws/credentials file
And then a working example of writing to the bucket is this one:
https://pangeo-data.github.io/escience-2022/examples/notebooks/save_to_cesnet_bucket_netcdf.html
or this one in the repo clone
escience-2022/tutorial/examples/notebooks/save_to_cesnet_bucket_netcdf.ipynb