View Single Post
  #3   (View Single Post)  
Old 24th February 2021
niks007 niks007 is offline
Port Guard
 
Join Date: Oct 2020
Location: Germany and India
Posts: 24
Default

Quote:
Originally Posted by TronDD View Post
That was last updated in 2015. The homepage is gone. I have to assume it was written for python 2 and not updated.

You could 'pip2.x install' it and run it with python2 but that has reached EOL and won't get security updates. You're probably better off finding a newer, maintained, s3 library/tool.
Thanks for your response.

I tried to install s3 pkg with pip (pip3) , installation was successful but s3 command it self it throws an error.

openbsd-nik# pip --version
pip 19.1.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)
openbsd-nik# s3 --version
File "/usr/local/bin/s3", line 131
print 'created S3 bucket %s' % (bucket)
^
SyntaxError: invalid syntax
openbsd-nik#
Reply With Quote