Skip to content

Commit

Permalink
Use ZIP64 for Elastic Beanstalk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjurkiewicz committed Mar 9, 2020
1 parent 6cf0f29 commit 4aca74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dpl/providers/elasticbeanstalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def zip_exists?
end

def create_zip
::Zip.write_zip64_support = true # Support >65k files in archive
::Zip::File.open(zip_file, ::Zip::File::CREATE) do |zip|
files.each do |path|
debug :zip_add, path
Expand Down

0 comments on commit 4aca74b

Please sign in to comment.