Updated Client compatibility list (markdown)

master
Andrew Gaul 2016-08-10 13:41:07 +02:00
rodzic 76efe6dac9
commit 1ce781575f
1 zmienionych plików z 11 dodań i 0 usunięć

@ -36,6 +36,17 @@ var s3 = new AWS.S3({
Also specify `jclouds.regions = us-east-1` to work around [aws/aws-sdk-js#919](https://github.com/aws/aws-sdk-js/issues/919).
### [AWS SDK for Ruby](https://github.com/aws/aws-sdk-ruby)
```ruby
require 'aws-sdk'
Aws.config.update({
credentials: Aws::Credentials.new('identity', 'credential'),
endpoint: 'http://localhost:8081'
})
```
### [boto](https://github.com/boto/boto)
```python