Skip to content

Conversation

@jeremiahlukus
Copy link

@jeremiahlukus jeremiahlukus commented Sep 16, 2025

Full warning from 0.8.0

[2025-09-16 17:07:24 UTC][package:wp.zip] start uploading to s3 bucket wp.lowers.packages...
#################### DEPRECATION WARNING ####################
Called deprecated method `upload_file` of Aws::S3::Object. Use `Aws::S3::TransferManager#upload_file` instead.
Method `upload_file` will be removed in next major version.
#############################################################
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/man_eb_deployer-0.8.0/lib/eb_deployer/aws_driver/s3_driver.rb:18:in `upload_file'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/man_eb_deployer-0.8.0/lib/eb_deployer/package.rb:30:in `upload_if_not_exists'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/man_eb_deployer-0.8.0/lib/eb_deployer/package.rb:10:in `upload'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/man_eb_deployer-0.8.0/lib/eb_deployer/application.rb:22:in `create_version'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/man_eb_deployer-0.8.0/lib/eb_deployer.rb:235:in `deploy'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/man_eb_deployer-0.8.0/lib/eb_deployer.rb:278:in `cli'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/man_eb_deployer-0.8.0/bin/eb_deploy:13:in `<top (required)>'
/opt/hostedtoolcache/Ruby/3.2.8/x64/bin/eb_deploy:25:in `load'
/opt/hostedtoolcache/Ruby/3.2.8/x64/bin/eb_deploy:25:in `<top (required)>'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/cli/exec.rb:58:in `load'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/cli/exec.rb:58:in `kernel_load'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/cli/exec.rb:23:in `run'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/cli.rb:455:in `exec'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/vendor/thor/lib/thor.rb:527:in `dispatch'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/cli.rb:35:in `dispatch'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/cli.rb:29:in `start'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/exe/bundle:28:in `block in <top (required)>'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
/opt/hostedtoolcache/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/bundler-2.5.18/exe/bundle:20:in `<top (required)>'
/opt/hostedtoolcache/Ruby/3.2.8/x64/bin/bundle:25:in `load'
/opt/hostedtoolcache/Ruby/3.2.8/x64/bin/bundle:25:in `<main>'
[2025-09-16 17:07:24 UTC][package:wp.zip] uploading finished

@@ -1,3 +1,3 @@
module EbDeployer
VERSION = "0.8.0"
VERSION = "0.8.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this would be patch change. I believe this should be a minor change and probably tied to a min version of aws-sdk and ruby now

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're correct. Im going to do a bit of testing tomorrow, and push again after running some tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants