RE: CS4 AWS S3 support

2013-03-26 Thread Rajesh Battala
@cloudstack.apache.org' Subject: RE: CS4 AWS S3 support I have reported a bug - https://issues.apache.org/jira/browse/CLOUDSTACK- 1807 Now, when I create a bucket using the S3 AWS API on cloudstack I get error as - OutOfStorageException: Unable to create /s3storage/test123 for bucket

RE: CS4 AWS S3 support

2013-03-26 Thread Asmita Vagyani
; 'Sebastien Goasguen' Subject: RE: CS4 AWS S3 support From the code, this exception will be thrown if the S3 is not able to create the folder(bucket) in that specified location. Please check the permission and mount points. That is only issue. Thanks Rajesh Battala -Original Message

RE: CS4 AWS S3 support

2013-03-26 Thread Rajesh Battala
: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com] Sent: Tuesday, March 26, 2013 6:52 PM To: 'users@cloudstack.apache.org'; 'Sebastien Goasguen' Subject: RE: CS4 AWS S3 support Issue is resolved now. I used set gid on the /s3storage folder and then it allowed to create buckets. Now

RE: CS4 AWS S3 support

2013-03-25 Thread Rajesh Battala
Hi Asmita, In the cloudbridge db, usercredentials table has the username/password values present? Generally, for an existing account, generate the apikey/secrect key and register them in awsapi. Were you able to run s3 requests.? Is awsap is running at 7080 port? Thanks Rajesh Battala

RE: CS4 AWS S3 support

2013-03-25 Thread Asmita Vagyani
] Sent: 25 March 2013 PM 03:35 To: users@cloudstack.apache.org; 'cloudstack-us...@incubator.apache.org'; 'run...@gmail.com' Subject: RE: CS4 AWS S3 support Hi Asmita, In the cloudbridge db, usercredentials table has the username/password values present? Generally, for an existing account, generate

RE: CS4 AWS S3 support

2013-03-25 Thread Asmita Vagyani
and Regards. Asmita -Original Message- From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Sent: 25 March 2013 PM 04:42 To: users@cloudstack.apache.org; 'cloudstack-us...@incubator.apache.org'; 'run...@gmail.com' Subject: RE: CS4 AWS S3 support Asmita, You can follow this link