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

Bucket name with period just hangs #237

Open
9mm opened this issue Nov 9, 2013 · 1 comment
Open

Bucket name with period just hangs #237

9mm opened this issue Nov 9, 2013 · 1 comment

Comments

@9mm
Copy link

9mm commented Nov 9, 2013

Hey, here is my config

AssetSync.configure do |config|
  config.run_on_precompile      = true
  config.fog_provider           = 'AWS'
  config.aws_access_key_id      = AWS_ACCESS_KEY_ID
  config.aws_secret_access_key  = AWS_SECRET_ACCESS_KEY
  config.fog_directory          = 'static.example.com'
  config.fog_region             = 'us-east-1'
  config.gzip_compression       = true
end

I'm using CloudFlare for a CDN though, which requires a CNAME to point to my bucket, thus I have to have a hostname-style bucket name.

During deploy, it just hangs after it says using asset_sync.rb with no errors. Does this require an extra setting?

@dallas
Copy link

dallas commented Feb 20, 2014

If you're still having trouble with this, see my monkey-patch solution in #239

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 a pull request may close this issue.

2 participants