Putting objects in Buckets
I have successfully installed a ceph storage cluster with a radosgw ceph object gateway daemon. I have been able to create an s3 bucket using a python boto3 script and a radosgw user, using the key and secret. I cannot find very much documentation concerning the usage of buckets to store objects, and since this is a new concept for me I was wondering if anyone with experience with this could help me out. I am hoping to use a frontend to manage ceph that requires s3 compatibility.
since radosgw is s3 and swift compatible, you may search for s3 or swift object storage api/sdk doc. e.g. https://docs.ceph.com/docs/master/radosgw/s3/ you can try 's3cmd' for CLI and 'S3 Browser/CloudBerry Explorer for Amazon S3 ' for GUI. (both are easy to install)
participants (2)
-
jhamster@chem.byu.edu
-
Peter Parker