-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issue with S3proxy #16
Comments
Hi, Thanks for reaching out. Sorry you are having problems with the installation. I realise now that the README only mentions development and nothing about installation. The installation instructions would be very similar to the Development instructions.
You should end up with a bin directory in the root of the repo and the Please note I have only tested this on OS X, so if there are issues with CentOS I would like to know so that I can address them. |
[root@centos ~]# git clone [email protected]:qstorey/S3Proxy.git So i changed command as below after which can clone folder. [root@centos ~]# git clone https://github.com/qstorey/S3Proxy.git Scenario 1: [root@centos ~]# cd S3Proxy/ [root@centos S3Proxy]# Makefile Scenario 2: So i tried using go but again ran into below error.. [root@devstack S3Proxy]# make Scenario 3: [root@devstack ~]# go get github.com/qstorey/S3Proxy created mount directory, s3property file with below details and executed commnad as shown below. [root@devstack ~]# cat s3proxy.conf [root@devstack ~]# $GOPATH/bin/S3Proxy --region RegionOne --profile /root/s3proxy.conf --endpoint http://192.168.12.112:8080/dhanu /mnt/veda |
Ran from the GOPATH directory->Installation successful . [root@devstack gocode]# cd src/github.com/ [root@devstack S3Proxy]# ll it gives S3Proxy executable file inside of the bin directory. /root/gocode/src/github.com/qstorey/S3Proxy/bin could you please let me know, how to use S3Proxy. |
Hi Team,
I am trying to install s3proxy in centos-7. I installed go version - go1.6.2.
After installation of go i didn't see proper installation steps provided.
We tried to install using go get but no response & its getting stuck.
Closed the go get process and cloned folder using git clone command.
Later we tried to use go install but running into error.
" cannot find package "github.com/aws/aws-sdk-go/aws" in any of:"
" cannot find package "github.com/aws/aws-sdk-go/service/s3" in any of:"
Please let me know how to install s3proxy.
If need more info, just let me know....
The text was updated successfully, but these errors were encountered: