[問題] S3 s3fs: remote mountpath * not found.

看板Cloud作者 (王小咪)時間12年前 (2012/09/06 18:57), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/1
▽目前 s3fs 將 AWS-S3-Bucket mount 在 EC2上面使用 ▽一般的 mount 都沒有問題 但是 mount 後 Bucket 底下的資料夾都看不見 只能顯示 Bucket 根目錄的檔案 ▽後來發現可以用 : [PATH] 直接 mount 資料夾 >Usage: s3fs BUCKET:[PATH] MOUNTPOINT [OPTION]... 但是怎麼樣都不成功 >ubuntu@ip-1-2-3-4://$ sudo s3fs bucketname:folder /mountpoint 試過 -o allow_other 試過 -o url=http://s3-ap-southeast-1.amazonaws.com 指定地區 試過 -o use_cache=/tmp ... 所得到的結果都是 : >s3fs: remote mountpath folder not found. ▽http://code.google.com/p/s3fs/issues/detail?id=240 發現還有其他人也遇到相同問題 , 想請問有沒有人能成功掛載S3 bucket:path , 再請您好心的指導一下吧 ~ 感謝 !! -- 現在東西有保固到2012... 我都看作終保~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 123.193.17.184 還是沒有找到方法解決 只好使用 官方的 s3 cmd ▼有需要的朋友可以參考 : http://s3tools.org/repositories (小弟是使用 Ubuntu 如內文三行打完就裝好了) http://s3tools.org/s3cmd (安裝完成 - 設定 - 指令介紹) ▼設定過程 : username@computer://home/user$ s3cmd --configure ▼開始設定▼ Enter new values or accept defaults in brackets with Enter. Refer to user manual for detailed description of all options. Access key and Secret key are your identifiers for Amazon S3 Access Key: ----------********** Secret Key: **********----------**********---------- ▼參考圖片http://i.imgur.com/pvv77.gif
▼ Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 Encryption password: ********** ▼這個我不確定 我是輸入 AWS密碼▼ ▼參考圖片http://i.imgur.com/WELAR.gif
▼ Path to GPG program [/usr/bin/gpg]: ▼GPG 程式路徑 可使用預設 不輸入▼ When using secure HTTPS protocol all communication with Amazon S3 servers is protected from 3rd party eavesdropping. This method is slower than plain HTTP and can't be used if you're behind a proxy Use HTTPS protocol [No]: ▼使用HTTPS ? 可使用預設 不輸入▼ On some networks all internet access must go through a HTTP proxy. Try setting it here if you can't conect to S3 directly HTTP Proxy server name: ▼使用PROXY連線 ? 可使用預設 不輸入▼ New settings: Access Key: ----------********** Secret Key: **********----------**********---------- Encryption password: ********** Path to GPG program: /usr/bin/gpg Use HTTPS protocol: False HTTP Proxy server name: HTTP Proxy server port: 0 Test access with supplied credentials? [Y/n] Y ▼確定 測試連線▼ Please wait... Success. Your access key and secret key worked fine :-) Now verifying that encryption works... Success. Encryption and decryption worked fine :-) Save settings? [y/N] y ▼確定 儲存設定▼ Configuration saved to '/home/user/.s3cfg' username@computer://home/user$ s3cmd ls ▼測試 List Bucket▼ 2012-02-22 00:29 s3://busket01 ▼建立時間 s3://Bucket Name▼ 2012-03-21 12:01 s3://busket02 2012-01-30 10:34 s3://busket03 username@computer://home/user$ ▼完成設定▼ ※ 編輯: allimontti 來自: 123.193.17.184 (09/10 17:46)

09/18 10:32, , 1F
Encryption password感覺是加密檔案用的 我沒有打
09/18 10:32, 1F
謝謝 : ) ※ 編輯: allimontti 來自: 123.193.17.184 (09/24 08:17)
文章代碼(AID): #1GI86OTp (Cloud)
文章代碼(AID): #1GI86OTp (Cloud)