I'm following the step-by-step tutorial for dynamic storage dynstrg.
I have created an app, linked it with the service dynstrg and created a bucket with dragondisk as described.
When I call the app on the browser I get the following error:
{ message: "read ECONNRESET", code: "NetworkingError", errno: "ECONNRESET", syscall: "read", region: "eu-west-1", hostname: "denistestbucket.ds31s3.swisscom.com", retryable: true, time: "2016-06-16T10:15:42.670Z" }
My manifest.yml looks as follows:
--- services: - denisteststorage applications: - name: denistestapp memory: 128MB instances: 1 domain: scapp-corp.swisscom.com command: node app.js env: bucketName: denistestbucket
Is there an issue with the storage? Or can anyone tell me what I am doing wrong? (I also tried to connect with boto3 directly to the storage, with the error "connection aborted").