s3_file icon indicating copy to clipboard operation
s3_file copied to clipboard

Pure Ruby Chef LWRP for pulling files from S3

Results 26 s3_file issues
Sort by recently updated
recently updated
newest added

Fix for https://github.com/adamsb6/s3_file/issues/123 Closing the downloaded file object if it is still open.

Hi, I'm running into issues with the rest-client error and can't figure out how to resolve it. Here's the error, FATAL: LoadError: cannot load such file -- rest-client It appears...

Getting below error on Windows when s3_file downloads the file to temp location and tries to move it to actual remote path. Error - ``` >>>> Caused by Errno::EACCES: Permission...

i am unalbe to download the file from s3 bucket

Hello -- very sorry to bother you, but we just discovered that we're getting errors on builds due to some kind of new region method that's getting called by the...

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...

Hi, Getting rest-client error Recipe: s3_file::dependencies * chef_gem[mime-types] action install[2020-04-14T11:23:54-04:00] INFO: Processing chef_gem[mime-types] action install (s3_file::dependencies line 1) (up to date) * chef_gem[rest-client] action install[2020-04-14T11:23:54-04:00] INFO: Processing chef_gem[rest-client] action install...

s3_file cookbook raises an error with Chef version 14.7.17 from the latest RHEL chefdk-3.5.13. Is there any way to resolve this or I should go with older Chef release? ```...

I'm currently stuck with Chef 12.14.60 until a larger push to update infrastructure for Chef 14 compatibility. using s3_file v2.8.5 (imported as '~> 2.7.0') causes the following failure, which '=...

There are examples on how to download files from S3, but i did not see any for upload. Is s3_file capable of uploading files to s3?