kopia lustrzana https://github.com/gaul/s3proxy
Use consistent port
rodzic
c981241ef6
commit
d59bbf2a79
|
@ -66,7 +66,7 @@ jclouds blobstore container-list --api s3 \
|
|||
from libcloud.storage.types import Provider
|
||||
from libcloud.storage.providers import get_driver
|
||||
cls = get_driver(Provider.S3)
|
||||
driver = cls('local-identity', 'local-credential', host='localhost', port=8081, secure=False)
|
||||
driver = cls('local-identity', 'local-credential', host='localhost', port=8080, secure=False)
|
||||
```
|
||||
|
||||
### [s3cmd](http://s3tools.org/s3cmd) 1.5.0 and newer
|
||||
|
|
Ładowanie…
Reference in New Issue