in the authfile you're referring to a s3 storage url, while your command shows a s3c (with the extra c), so i assume you're authfile should contain s3c as well
On May 22, 2015 8:55:32 AM GMT+02:00, Hendrian Damar <[email protected]> wrote: >Hi Nikolaus, > >I'm very appreciating your help. >Can I have more help from you? > >I have tried as below with output: >root@LinuxSrv:~# mount.s3ql --authfile /root/.s3ql/authfile >s3c://test-bucket /mnt/s3bucket >Using 4 upload threads. >Enter backend login: >Enter backend password: >Invalid storage URL > >the /root/.config/upstart/authfile is as below: >[s3c] >storage-url: s3://test-bucket >backend-login: STHWVI5VD6WSDIRNVLUG >backend-password: tSyQW142Pz- >E3ax29uSXGnn7VHBvEa6uCqUSDQ== > >the /root/.config/upstart/s3ql.conf: >env STORAGE_URL="s3c://111.111.111.111:8080/test-bucket ><http://www.google.com/url?q=http%3A%2F%2F111.111.111.111%3A8080%2Ftest-bucket&sa=D&sntz=1&usg=AFQjCNFkihTH2Hvx7bmHDdlNa-7mFG_FOQ> >" >env MOUNTPOINT="/mnt/s3bucket" >env AUTHFILE="/root/.config/upstart/authfile" > >The IP of RiakCs (fictionally) is: 111.111.111.111 >The bucket name is: test-bucket > >Where is my mistake? because it says: "Invalid storage URL" >How is the correct way I should do it? > > >Many thanks, >Hendrian Damar >-- > >Pada Kamis, 21 Mei 2015 22.34.43 UTC+7, Nikolaus Rath menulis: >> >> On May 21 2015, Hendrian Damar <[email protected] <javascript:>> >wrote: >> > My question is, how to mount S3 RiakCs on LinuxSrv? >> > What are backend-login, backend-password, fs-passphrase? >> > (all I have from Riak-CS is the username, access-key, secret-key) >> >> The fs-passphrase is only used by mount.s3ql and fsck.s3ql, and it >> should be set to whatever you choose when you run mkfs.s3ql. >> >> For backend-login and backend-password you really need to ask the >> Riak-CS people. >> >> When using Amazon S3, the backend login and password are the AWS >access >> key id and AWS secret access key >> (cf. http://www.rath.org/s3ql-docs/backends.html#amazon-s3). So my >best >> guess would be to try the Riak-CS access-key and secret-key). >> >> Best, >> -Nikolaus >> >> -- >> GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F >> Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F >> >> »Time flies like an arrow, fruit flies like a Banana.« >> > >-- >You received this message because you are subscribed to the Google >Groups "s3ql" group. >To unsubscribe from this group and stop receiving emails from it, send >an email to [email protected]. >For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
