Sha256: 24310ede311bf80b69676cab8df9499b0eca3d2bb2e588d6b79ce965d59c20c3
Contents?: true
Size: 382 Bytes
Versions: 37
Compression:
Stored size: 382 Bytes
Contents
module Fog module AWS class S3 def self.new(attributes = {}) location = caller.first warning = "[yellow][WARN] Fog::AWS::S3#new is deprecated, use Fog::AWS::Storage#new instead[/]" warning << " [light_black](" << location << ")[/] " Formatador.display_line(warning) Fog::AWS::Storage.new(attributes) end end end end
Version data entries
37 entries across 37 versions & 2 rubygems