今個有個新需求
要用 awscli 去同步兩個 s3 儲存桶
指令如下
先至IAM去產把key
使用以下指令匯入key
aws configure --profile profilename
其中profilename請自行取名
然後輸入已下指令即可同步
aws s3 sync 來源桶 目的桶 --acl private --profile profilename
不過IAM那邊的權限還在研究怎樣設定會最好(來源read only,目的write-able)
要用 awscli 去同步兩個 s3 儲存桶
指令如下
先至IAM去產把key
使用以下指令匯入key
aws configure --profile profilename
其中profilename請自行取名
然後輸入已下指令即可同步
aws s3 sync 來源桶 目的桶 --acl private --profile profilename
不過IAM那邊的權限還在研究怎樣設定會最好(來源read only,目的write-able)
留言
張貼留言