Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Depends on aws-sdk-s3 gem instead of aws-sdk #2557

Closed
wants to merge 1 commit into from
Closed

Depends on aws-sdk-s3 gem instead of aws-sdk #2557

wants to merge 1 commit into from

Conversation

iggant
Copy link

@iggant iggant commented Feb 24, 2018

Gem aws-sdk use about 30 gems as a dependents, but paperclip needs only aws-sdk-s3

@@ -1,5 +1,5 @@
require 'spec_helper'
require 'aws-sdk'
require 'aws-sdk-s3'

Choose a reason for hiding this comment

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

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.


module S3
def self.extended base
begin
require 'aws-sdk'
require 'aws-sdk-s3'

Choose a reason for hiding this comment

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

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@morgoth
Copy link
Contributor

morgoth commented Mar 1, 2018

already done in #2481

@iggant iggant closed this Mar 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants