Skip to content

Commit

Permalink
Remove fog aliyun hack
Browse files Browse the repository at this point in the history
Seems to be no longer needed with fog-core >= 2.3.0

References:
- fog/fog-core#269
- fog/fog-aliyun#155
  • Loading branch information
johha committed Jun 5, 2024
1 parent 5e30d57 commit f49f8e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/cloud_controller/blobstore/fog/providers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
Fog::Logger[:deprecation] = nil

require 'fog/aliyun'
# Hack until https://github.com/fog/fog-aliyun/pull/155 is merged and released
Fog::Aliyun::Compute = Fog::Compute::Aliyun

require 'fog/aws'
require 'fog/local'
require 'fog/google'
Expand Down

0 comments on commit f49f8e6

Please sign in to comment.