Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use specific AWS driver for Fog #166

Closed
wants to merge 1 commit into from
Closed

Use specific AWS driver for Fog #166

wants to merge 1 commit into from

Conversation

dalpo
Copy link
Member

@dalpo dalpo commented Oct 5, 2016

No description provided.

@@ -12,7 +12,7 @@ group :assets do

# Upload assets to AWS S3
gem 'asset_sync'
gem 'fog', '~>1.20', require: 'fog/aws/storage'
gem 'fog-aws', '~> 0.12.0', require: 'fog/aws/storage'
Copy link
Member

Choose a reason for hiding this comment

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

What is the difference? I put that line because it was suggested by https://github.com/AssetSync/asset_sync#optimized-fog-loading.

Copy link
Member Author

Choose a reason for hiding this comment

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

It should relies only on aws as dependency and not all supported drivers by fog.
So bundler hasn't to install every king of fog dependencies...

@potomak
Copy link
Member

potomak commented Oct 5, 2016

Note: at the moment fog is used only to upload compiled assets to S3, but there's an open issue to remove async_assets as suggested by Heroku docs, see #161.

@dalpo dalpo closed this Oct 5, 2016
@dalpo
Copy link
Member Author

dalpo commented Oct 5, 2016

Ok, I didn't notice the #161 issue.

@dalpo dalpo deleted the use-fog-aws branch October 5, 2016 22:34
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