$ sudo apt install mercurial
$ sudo apt install s3fs
mercurialはsnapでインストールすると,cannot open path of the current working directory: Permission denied
というエラーが出てWasabiに書き込めなかった.
goofysをwasabiで使ってみた
ソースからビルドしようかと思ったが,何故かビルドでコケるのでバイナリを使った.
$ mkdir ~/.aws
$ vim ~/.aws/credentials
[wasabi]
aws_access_key_id = accesskey
aws_secret_access_key = sercretkey
$ ./goofys --profile wasabi --endpoint https://s3.us-west-1.wasabisys.com [バケット名] [マウント先]