From 92de847eb68f2de22567f2733d807b8c14494e72 Mon Sep 17 00:00:00 2001 From: Ueli Bosshard Date: Sat, 15 Nov 2025 22:31:03 +0100 Subject: [PATCH] updated readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e69de29..d9789d8 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,8 @@ +Objectstore Example + + s3cmd --access_key=xxx --host-bucket='%(bucket)s.objects.lpg.cloudscale.ch' ls s3://ubo --dump-config > ~/.s3cfg + + s3cmd put hello s3://ubo + s3cmd ls s3://ubo + s3cmd du s3://ubo +