cloudfuse
cloudfuse copied to clipboard
Filesystem (fuse) implemented on Mosso's Cloud Files
Is it possible to mount just one container. By default, cloudfuse mounts all available containers under the given account. Is it possible to specify the container name to mount as...
Hello Cloudfuse ;-) Seem unable to satisfy ./configure that libxml2 is present / available on centos 5.5. Any suggestions ? == copied from console == Installed: libxml2.i386 0:2.6.26-2.1.2.8.el5_5.1 Updated: libxml2.x86_64...
linux version = centos6.6 after install cloudfuse and setting .cloudfuse .cloudfuse = username=paasta tenant=paasta #project=swift #domain=default password=xxxxxxxx authurl=xxxxxxxx:35357/v3 POST /v3/auth/tokens HTTP/1.1 User-Agent: CloudFuse Host: xxxxxxx:35357 Accept: */* Content-Type: application/json Content-Length:...
Hi. I recently installed a Debian 8 Rackspace server instance. All packages are up-to-date. I followed the build instructions from the Readme, and now I have the cloudfuse executable in...
I'm not sure cloudfuse is supported on Ubuntu server 17.10 yet, but I thought I would post this issue for tracking. Specific issue: cloudfuse -h returns "Failed to authenticate." Environment:...
``` $ cloudfuse -V; echo $? FUSE library version: 2.9.4 fusermount version: 2.9.4 using FUSE kernel interface version 7.19 1 $ cloudfuse -h >/dev/null 2>&1; echo $? 1 $ ```...
I keep getting this error: ``` root@server:~# cloudfuse Entity: line 1: parser error : Extra content at the end of the document ^ Failed to authenticate. ``` I have my...
Hi, I'm looking to parse temp files downloaded by cloudfuse, but I can't find where. I was thinking that it was in TMP dir but there is nothing ! Do...
- Added extra option prefix to allow user view specific part of bucket files (no support for markers and I am not sure that they work with radosgw on OpenStack)...