ossfsのオカレンス
インストール
# Install dependencies (if needed)
brew install automake autoconf libtool
# Clone the ossfs GitHub repository
git clone https://github.com/aliyun/ossfs.git
cd ossfs
# Build and install
./autogen.sh
./configure
make
sudo make install