surma/s3put

Error While Running S3 put

amitsidhim opened this issue · 4 comments

Hello ,

I am having Errors while running the script

./s3put.go
./s3put.go: line 1: package: command not found
./s3put.go: line 3: syntax error near unexpected token newline' ./s3put.go: line 3:import ('

Running on RHEL 6.6 2.6.32-573.el6.x86_64

Thanks,

surma commented

This is not a script. It’s a go program. You need to compile it or download the binary from the release section.

Thanks , My BAD

So you have any blog for support Actually I am trying to upload to a customized S3 storage with different port number

http://:8143 and the command fails with endpoint "Invalid storage credentials: Unknown region endpoint" Is there a way to give a port number

surma commented

A blog for support? What do you mean? :D

s3put uses the hardcoded endpoints of launchpad.net/goamz/s3, so custom S3-like setups are not support right now. Sorry.