wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
341 stars 95 forks source link

Matching Urls: the Daemon and Drupal Advanced Mode CDN Module #22

Closed j0e closed 12 years ago

j0e commented 14 years ago

Hi Wim, Thanks for the great system. I have the daemon configured and running, doing it's job transporting the files to amazon and inspecting the file activity to see if anything new is uploaded. However, it seems although all the files have successfully copied to cloudfront in the s3 bucket, the drupal cdn integration module isn't reporting any matching files from amazon.

When I switch to basic mode, it says 100% match. But when I'm in advanced, it doesn't show anything. Now I'm trying to figure out what the issue could be, the database has at least a megabyte of info in synced_files.db and the advanced drupal module settings says it's readable.

Here's my config file. (On my server's copy, to get basic mode to work, I commented out the unique filename processor and restarted the daemon with a fresh db so that the file names exactly match.)

Thanks, Joseph

ps...the editor below removes config tags

<?xml version="1.0" encoding="UTF-8"?>

bucket name Access Key Here Secret Access Key Here something.cloudfront.net misc:profiles:modules:themes:sites/all:sites/default:modules/ ico:js:css:gif:png:jpg:jpeg:svg:swf:pdf:rtf:doc:docx
wimleers commented 13 years ago

What is the 'Drupal root directory' that the CDN integration module found for you? It's the 'cdn_drupal_root' Drupal variable (in the 'variables' table).

wimleers commented 12 years ago

Closing due to lack of response.