Hi,
Thanks Benjeman, It works.
A little bit late but could help somebody else with this example.
I use ceph.target to start a rados gateway on centos.
To activate service, I just do :
cd /etc/systemd/system
mkdir ceph.target.wants
cd ceph.target.wants
ln -s /usr/lib/systemd/system/ceph-radosgw@
Hi
Php aws sdk with personal updates can do that.
First, you need a functionnal php_aws_sdk with your radosgw and an
account (access/secret key) with metadata caps.
I use aws Version 2.8.22 :
$aws = Aws::factory('config.php');
$this->s3client = $aws->get('s3');
http://docs.aws.amazon.c
Hi,
I encounter this error :
> /usr/bin/radosgw -d --keyring /etc/ceph/ceph.client.radosgw.keyring
-n client.radosgw.myhost
2015-09-24 17:41:18.223206 7f427f074880 0 ceph version 0.94.3
(95cefea9fd9ab740263bf8bb4796fd864d9afe2b), process radosgw, pid 4570
2015-09-24 17:41:18.349037 7f427f074
It's not really a problem, swift johndoe user works if he has a record
in swift_keys.
The s3 secret key of johndoe user is here :
"keys": [
{ "user": "johndoe",
"access_key": "91KC4JI5BRO39A22JY9I",
"secret_key": "Z5kLaBtg870xBhYtb4RKY82qGsbiqRpGs\/KQUXKF"},
I tested
Hi,
I think it's because secret key for swift subuser is not generated :
radosgw-admin key create --subuser=johndoe:swift --key-type=swift --gen-secret
Mikaël
Le 01/07/2015 14:50, Jimmy Goffaux a écrit :
radosgw-agent=> 1.2.1trust
Ubuntu 14.04
English version :
Hello,
According to t