Commit 02ae1e44 by Jon Yurek

Removing the really annoying S3 deprecation warning.

parent f748f4f6
......@@ -128,8 +128,6 @@ module Paperclip
# separate parts of your file name.
module S3
def self.extended base
warn('[DEPRECATION] S3 support through RightAWS is deprecated. S3 support will ' +
'be changed to AWS::S3 in a future version.')
require 'right_aws'
base.instance_eval do
@s3_credentials = parse_credentials(@options[:s3_credentials])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment