Can't deploy my project to elatic beanstalk

I’m trying to delpoy node project to EBS but it gives me an error in s3 like this

Installing deploy dependencies

dpl.2

552Preparing deploy

dpl.3

557Deploying application

559No stash entries found.

560/home/travis/.rvm/gems/ruby-2.4.1/gems/aws-sdk-core-2.11.349/lib/seahorse/client/plugins/raise_response_errors.rb:15:in `call’: Unable to download from S3 location (Bucket: elasticbeanstalk-us-west-1-262730838414 Key: docker/travis-159e38f692a46c21e6f079a7b4b119f980c7613e-1568030522.zip). Reason: Bad Request (Aws::ElasticBeanstalk::Errors::InvalidParameterCombination)

561 from /home/travis/.rvm/gems/ruby-2.4.1/gems/aws-sdk-core-2.11.349/lib/aws-sdk-core/plugins/jsonvalue_converter.rb:20:in `call’

562 from /home/travis/.rvm/gems/ruby-2.4.1/gems/aws-sdk-core-2.11.349/lib/aws-sdk-core/plugins/idempotency_token.rb:18:in `call’

563 from /home/travis/.rvm/gems/ruby-2.4.1/gems/aws-sdk-core-2.11.349/lib/aws-sdk-core/plugins/param_converter.rb:20:in `call’

564 from /home/travis/.rvm/gems/ruby-2.4.1/gems/aws-sdk-core-2.11.349/lib/seahorse/client/plugins/response_target.rb:21:in `call’

565 from /home/travis/.rvm/gems/ruby-2.4.1/gems/aws-sdk-core-2.11.349/lib/seahorse/client/request.rb:70:in `send_request’

566 from /home/travis/.rvm/gems/ruby-2.4.1/gems/aws-sdk-core-2.11.349/lib/seahorse/client/base.rb:207:in `block (2 levels) in define_operation_methods’

567 from /home/travis/.rvm/gems/ruby-2.4.1/gems/dpl-elastic_beanstalk-1.10.12/lib/dpl/provider/elastic_beanstalk.rb:148:in `create_app_version’

568 from /home/travis/.rvm/gems/ruby-2.4.1/gems/dpl-elastic_beanstalk-1.10.12/lib/dpl/provider/elastic_beanstalk.rb:51:in `push_app’

569 from /home/travis/.rvm/gems/ruby-2.4.1/gems/dpl-1.10.12/lib/dpl/provider.rb:199:in `block in deploy’

570 from /home/travis/.rvm/gems/ruby-2.4.1/gems/dpl-1.10.12/lib/dpl/cli.rb:41:in `fold’

571 from /home/travis/.rvm/gems/ruby-2.4.1/gems/dpl-1.10.12/lib/dpl/provider.rb:199:in `deploy’

572 from /home/travis/.rvm/gems/ruby-2.4.1/gems/dpl-1.10.12/lib/dpl/cli.rb:32:in `run’

573 from /home/travis/.rvm/gems/ruby-2.4.1/gems/dpl-1.10.12/lib/dpl/cli.rb:7:in `run’

574 from /home/travis/.rvm/gems/ruby-2.4.1/gems/dpl-1.10.12/bin/dpl:5:in `<top (required)>’

575 from /home/travis/.rvm/gems/ruby-2.4.1/bin/dpl:23:in `load’

576 from /home/travis/.rvm/gems/ruby-2.4.1/bin/dpl:23:in `’

577failed to deploy

When reporting problems, please include relevant build URLs. Thanks.