Add region workaround for node.js example

master
Andrew Gaul 2016-03-01 15:12:24 -08:00
rodzic 0da4b234ef
commit 965f70eb72
1 zmienionych plików z 2 dodań i 0 usunięć

@ -33,6 +33,8 @@ var s3 = new AWS.S3({
});
```
Also specify `jclouds.regions = us-east-1` to work around aws/aws-sdk-js#919.
### [boto](https://github.com/boto/boto)
```python