IBM / ibm-object-csi-driver

Object storage plugin for IBM satellite
Apache License 2.0
3 stars 8 forks source link

Consider mounting existing buckets in rclone and s3fs #61

Open ambiknai opened 1 year ago

ambiknai commented 1 year ago

bucketname reuse - if bucket exists, bucket does not exists create new bucket if does not exists - yes/No

ambiknai commented 1 year ago

s3fs- bucket exists

Screenshot 2023-06-05 at 4 37 05 PM
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
root@cos-csi-app:/# mount | grep s3fs
s3fs on /data type fuse.s3fs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
root@cos-csi-app:/# cd data
root@cos-csi-app:/data# ls
ambika  generic-backup  new.txt
root@cos-csi-app:/data#