Skip to content
New issue

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

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

Already on GitHub? # to your account

Added fog_aws_accelerate options for fog storage provider #2108

Merged
merged 1 commit into from Mar 5, 2017
Merged

Added fog_aws_accelerate options for fog storage provider #2108

merged 1 commit into from Mar 5, 2017

Conversation

krekoten
Copy link
Contributor

AWS S3 supports accelerated file transfers to and from S3.
Transfer Acceleration

This introduces ability to configure Carrierwave to return
accelerated public urls since Carrierwave constructs them
by itself for speed concerns.

To enable this feauture you need to set fog_aws_accelerate
to true. It is false by default.

Changes added:

  • fog_aws_accelerate added to fog aws configuration options
  • corresponding specs updated
  • corresponding docs updated

AWS S3 supports accelerated file transfers to and from S3.
[Transfer Acceleration](http://amzn.to/2jQmpAX)

This introduces ability to configure Carrierwave to return
accelerated public urls since Carrierwave constructs them
by itself for speed concerns.

To enable this feauture you need to set fog_aws_accelerate
to true. It is false by default.

Changes added:

* fog_aws_accelerate added to fog aws configuration options
* corresponding specs updated
* corresponding docs updated
@krekoten
Copy link
Contributor Author

Hm, it seems build fails due to bundler cannot resolve some gems. That is interesting because Gemfile and lock files were not changed.

@atz
Copy link
Contributor

atz commented Feb 10, 2017

Same blocker on CI for my PR. Looks like some underlying dependency maintenance to perform.

@mshibuya mshibuya merged commit 540a84c into carrierwaveuploader:master Mar 5, 2017
@mshibuya
Copy link
Member

mshibuya commented Mar 5, 2017

Looks nice, thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants