s3fsのデバッグモード

# s3fs --v
Amazon Simple Storage Service File System 1.67
Copyright (C) 2010 Randy Rizun <rrizun@gmail.com>
License GPL2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

s3fsでデバッグを出力するには -dオプションを付けます。

s3fs バケット名 /tmp/backup -d

https://github.com/s3fs-fuse/s3fs-fuse/wiki/Fuse-Over-Amazon

ちなみに以下の様なログが出力されます。

less /var/log/messages

s3fs: HTTP response code 403 was returned
s3fs: Body Text:

s3fsで接続できると該当するManagement ConsoleからIAMのアクセスキーで「Last Used」の時刻が更新されるので、接続状況がわかりやすいです。