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

Being that this project is a side project for nearly all the maintainer it is within our interest to create tests continuous integration and auto deployment off of tagged commit...

If file was uploaded to bucket using multipart upload (which is nowadays default behavior of most of SDK), it's ETag is not md5 of the file. And s3_file provider compares...

When S3 responds with a 307, the `s3_file` resource errors out with an error like ``` [2016-06-21T17:31:53+00:00] ERROR: 307 Temporary Redirect ``` But 307s are an expected response from S3...

If in your s3_file recipe you include decryption_key but it results in nil have s3_file fail. There are a number of ways to fix this. The easiest that I can...

Amazon now supports clients providing an encryption key during a request which will then encrypt the file on s3. We may wantto consider supporting this. http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html?sc_ichannel=em&sc_icountry=Global&sc_icampaigntype=launch&sc_icampaign=em_118914880&sc_idetail=em_318663101&ref_=pe_411040_118914880_8

Hello, I was using `s3_file` in a cookbook, and came cross below error with chef client 17.10.3/Ruby 3.0 : ``` [2022-10-18T20:55:25.312Z] Recipe: s3_file::dependencies [2022-10-18T20:55:25.877Z] * chef_gem[mime-types] action install [2022-10-18T20:55:25.877Z] -...