Re: Using Fog with Ruby

2013-04-08 Thread Christopher Meiklejohn
On Monday, April 8, 2013 at 7:32 PM, Christopher Meiklejohn wrote: > On Monday, April 8, 2013 at 7:08 PM, Hector Castro wrote: > > Hi Michael, > > > > I believe that you are seeing this error because the `cs_root_host` > > Riak CS configuration option and `:host` (in the script's > > configuration

Re: Using Fog with Ruby

2013-04-08 Thread Christopher Meiklejohn
On Monday, April 8, 2013 at 7:08 PM, Hector Castro wrote: > Hi Michael, > > I believe that you are seeing this error because the `cs_root_host` > Riak CS configuration option and `:host` (in the script's > configuration map) are not the same. Once you update `cs_root_host`, > make sure that you re

Re: Using Fog with Ruby

2013-04-08 Thread Hector Castro
has an Access Denied error. > > > > -- > > Michael Holt > > > > From: Tom Santero [mailto:tsant...@basho.com] > Sent: Monday, April 08, 2013 5:41 PM > To: Michael Holt > Cc: riak-users@lists.basho.com > Subject: Re: Using Fog with Ruby > > > > Hi

RE: Using Fog with Ruby

2013-04-08 Thread Michael Holt
...@basho.com] Sent: Monday, April 08, 2013 5:41 PM To: Michael Holt Cc: riak-users@lists.basho.com Subject: Re: Using Fog with Ruby Hi Michael, You have port 80 listed in configuration, default port is 8080. Tom On Mon, Apr 8, 2013 at 5:35 PM, Michael Holt mailto:mah...@nla.com>> wrote: I have a

Re: Using Fog with Ruby

2013-04-08 Thread Tom Santero
Hi Michael, You have port 80 listed in configuration, default port is 8080. Tom On Mon, Apr 8, 2013 at 5:35 PM, Michael Holt wrote: > I have a small script that I am trying to set up that can read usage > stats in Ruby Fog. The script is largely pieced together from examples from > the Basho