====== Creating buckets for Object Storage Gateway ====== ^ Documentation ^| ^Name:| Creating buckets for Object Storage Gateway | ^Description:| How to create a bucket owned by a user for the ceph object storage gateway | ^Modification date :|24/10/2018| ^Owner:|dodger| ^Notify changes to:|Owner| ^Tags:| ceph, object storage| ^Scalate to:|The_fucking_bofh| ====== PRE-requisites ====== * Python * [[http://boto.cloudhackers.com/en/latest/s3_tut.html|boto]] module for python (amazon s3 API module) * [[linux:ceph:howtos:create_user|Username y password]] to access the Object storage. ====== Instructions ====== - Access salt-master - Go to s3_wrapper plugin path: ''/home/bofher/scripts/ceph'' - You must fill the ''access_key'' and ''secret_key'' in the ''pycfg'' file. - Create the bucket with s3_wrapper: python s3_wrapper_v3.py --createbucket newbucket