aws挂载s3

安装

yum update -y

yum install automake fuse fuse-devel gcc-c++ git libcurl-devel libxml2-devel make openssl-devel -y

git clone https://github.com/s3fs-fuse/s3fs-fuse.git

cd s3fs-fuse

./autogen.sh

./configure

make

make install

配置path

vi ~/.bash_profile

PATH= P A T H : PATH: PATH:HOME/bin:/usr/local/bin

source ~/.bash_profile

挂载

echo AKIA3MIV5xxxxxxxxxxx:sdZTe7mhAaVCtjyrWsUOwUPyUQG4zxxxxxxxxxxx > /etc/passwd-s3fs

chmod 600 /etc/passwd-s3fs

s3fs bucket-name /mnt/s3 -o passwd_file=/etc/passwd-s3fs -o url=https://s3-xx-xxxx-1.amazonaws.com -o endpoint=xx-xxxx-1

开机启动

修改/etc/fstab文件

编辑/etc/fstab文件,添加后面的自动挂载命令。

vi /etc/fstab

相关推荐
dessler8 小时前
云计算&虚拟化-kvm创建网桥(bridge)
linux·运维·云计算
Lysun00113 小时前
云服务器安装mysql8.0(阿里云或者腾讯云都可以)
阿里云·云计算·腾讯云
汤米粥15 小时前
通过PHP创建AWS的CloudFront并绑定证书添加备用域名
服务器·云计算·aws
Z1eaf_complete16 小时前
Docker的基础使用
运维·docker·容器·云计算
大鹅i18 小时前
aws-athena查询语句总结
云计算·aws
汤米粥18 小时前
aws中AcmClient.describeCertificate返回值中没有ResourceRecord
aws
汤米粥18 小时前
怎么样绑定域名到AWS(亚马逊云)服务器
服务器·云计算·aws
小安运维日记21 小时前
CKA认证 | Day3 K8s管理应用生命周期(上)
运维·云原生·容器·kubernetes·云计算·k8s
眷怀2 天前
网卡绑定bonding
linux·运维·服务器·网络·云计算
数勋API2 天前
银行卡归属地查询API接口如何用PHP调用
开发语言·云计算·php