Updated S3Proxy compatibility list (markdown)

master
Andrew Gaul 2014-08-13 18:21:35 -07:00
rodzic 028b5f69cf
commit a67977ffd7
1 zmienionych plików z 3 dodań i 2 usunięć

@ -12,8 +12,9 @@ client.setS3ClientOptions(new S3ClientOptions().withPathStyleAccess(true));
* [boto](https://github.com/boto/boto)
```python
boto.connect_s3(aws_access_key_id = 'identity', aws_secret_access_key = 'credential',
host = '127.0.0.1', port = 8080, is_secure=False,
boto.connect_s3(aws_access_key_id = 'identity',
aws_secret_access_key = 'credential',
host = '127.0.0.1', port = 8080, is_secure = False,
calling_format = boto.s3.connection.OrdinaryCallingFormat())
```
* [jclouds-cli](https://github.com/jclouds/jclouds-cli)