S3 Proxy
Enable S3 support in ZebClient file system with S3 Proxy
- ZebClient cluster installed with a
/fs
(file system) folder.
ZebClient provides a file system interface that is POSIX compliant. Adding S3 support is easy with S3 Proxy, which is a piece of software that convert most S3 commands into a file system.
Configure S3 proxy connecting your network interface to the mounting location of Zebclient.
Vital configuration consists of two important settings:
- s3proxy.endpoint: configuring network endpoint for S3 to communicate with
- jclouds.filesystem.basedir: configuring filesystem endpoint for storage (
/fs
is default Zebclient mounting location)
Configuration example:
s3proxy.authorization=none
s3proxy.endpoint=http://127.0.0.1:8080
jclouds.provider=filesystem
jclouds.filesystem.basedir=/fs