i'm using s3fuse to mount an s3 bucket onto ubuntu, so that i can take advantage of the storage space.
here are some environment info: System Info: Linux ip-xxx-xxx-xxx-xxx 2.6.38-8-virtual #42-Ubuntu SMP Mon Apr 11 04:06:34 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux Distro Environment Ubuntu 11.04
when i run the following command: ~$ /usr/bin/s3fs serverlogs /mnt/s3 output: s3fs: could not determine how to establish security credentials
i have the permissions set right, i not only have the .passwd-s3fs file in my /usr/home directory, but as well as my /etc folder. i grabbed a library class to connect to the S3 with PHP and the credentials work. Any ideas what might be causing this output?
thanks in advance.