Thanks for update. Then, please let me ask some questions: - What was the actual error message? - Could you confirm your code / SDK generate network communication to Riak CS?
Shino 2015-12-01 17:18 GMT+09:00 Dattaraj J Rao <dattaraj...@yahoo.com>: > Thanks Shino for your response. > > I tried providing the buclet url as endpoint - also tried setting s3endpoint > to true. Same problem. > > Surprisingly the command line tool works fine. > > Regards, > Dattaraj > http://in.linkedin.com/in/dattarajrao > > -----Original Message----- > From: Shunichi Shinohara <sh...@basho.com> > Date: Mon, 30 Nov 2015 10:26:48 > To: Dattaraj Rao<dattaraj...@yahoo.com> > Cc: riak-users@lists.basho.com<riak-users@lists.basho.com> > Subject: Re: RiakCS - AWS-CLI command works but Node.js API fails > > Hi Dattaraj, > > I'm not sure how AWS SDK JS works in detail, I'm wondering whether > it's good to include > S3/CS bucket name in endpoint string. One example of the doc [1], it does not > have bucket name part. > > [1] http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Endpoint.html > > Thanks, > Shino > > 2015-11-28 23:13 GMT+09:00 Dattaraj Rao <dattaraj...@yahoo.com>: >> Hello, >> I am trying to access a RiakCS data store. I can access it using following >> command in AWS-CLI: >> >> $ aws s3 --endpoint-url https://my-riak-address.io cp my-local-file >> s3://service-instance-e689c062-dee6-45d7-90fe-39e63256915f >> >> However when I try connecting to same repository using Node JS and AWS-SDK >> bunlde - it does not connect. Says endpoint not exposed. >> >> var AWS = require('aws-sdk'); >> AWS.config.update({accessKeyId: 'mykey', secretAccessKey: 'mysecret'}); >> >> var ep = new >> AWS.Endpoint('https://my-riak-address.io/service-instance-e689c062-dee6-45d7-90fe-39e63256915f'); >> var s3 = new AWS.S3({endpoint: ep}); >> >> >> Regards, >> Dattaraj >> >> _______________________________________________ >> riak-users mailing list >> riak-users@lists.basho.com >> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >> _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com