flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

Select only common S3 request headers when uploading multipart chunks. #141

Closed rhenning closed 2 years ago

rhenning commented 12 years ago

Included is a patch to get S3 server-side encryption support going with multipart uploads. After initiating the upload, each multipart chunk was being uploaded with the full params[:headers] values, but only a subset of s3 headers are valid for individual chunks.