cluster: add nextcloud user for object store

Change-Id: Ib08be16f71ff5e1b72ca6ad436de4b12427dd407
diff --git a/cluster/tools/rook-s3cmd-config b/cluster/tools/rook-s3cmd-config
index 6ee5a08..3ec34e5 100755
--- a/cluster/tools/rook-s3cmd-config
+++ b/cluster/tools/rook-s3cmd-config
@@ -11,8 +11,8 @@
 set -e
 
 username="${1:-registry}"
-storename="${2:-waw-hdd-redundant-1-object}"
-clustername="${3:-ceph-waw1}"
+storename="${2:-waw-hdd-redundant-2-object}"
+clustername="${3:-ceph-waw2}"
 
 secret="$(kubectl get secrets rook-ceph-object-user-$storename-$username -n $clustername -o json)"
 accesskey="$(echo "$secret" | jq -r '.data.AccessKey' | base64 -d)"