Skip to content
Jozef Misutka edited this page Oct 29, 2025 · 9 revisions
  1. Configure S3 in the assetstore.cfg
  2. assetstore.s3.bucketName that bucket must be already created in the S3
  3. Configure client to the CESNET (https:du.cesnet.cz/cs/navody/object_storage/cesnet_s3/start) I used WinSCP.

WinSCP

Known issues

Info

Links

New bucket

CLI

.aws/credentials

[ceph]
aws_access_key_id=YYY
aws_secret_access_key=XXX

then

aws --profile ceph --endpoint-url https://s3.cl4.du.cesnet.cz s3api list-buckets

Clone this wiki locally