adamsb6 / s3_file

Pure Ruby Chef LWRP for pulling files from S3
MIT License
64 stars 79 forks source link

Syntax Error, in libraries/s3_file.rb #117

Open dabukhader opened 5 years ago

dabukhader commented 5 years ago

I am currently getting a syntax error on master branch and v2.8.5

libraries/s3_file.rb:138: syntax error, unexpected '=', expecting ')'
 *args, public_bucket,timeout=300,open_timeout=10,retries=5)
                              ^
libraries/s3_file.rb:138: syntax error, unexpected ')', expecting keyword_end
300,open_timeout=10,retries=5)
                              ^
libraries/s3_file.rb:349: syntax error, unexpected keyword_end, expecting end-of-input
lsharir commented 5 years ago

@dabukhader were you able to resolve this issue?

wilkosz commented 4 years ago

Looks like a shitty commit! May be fixed here https://github.com/adamsb6/s3_file/pull/122 as well as several other issues