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

Using S3 + Fileconveyor to store files and Cloudfront for Urls with CNAME #42

Closed 3dloco closed 13 years ago

3dloco commented 13 years ago

Hello,

As requested, I am posting this issue here.

I am currently synchronizing my files to S3 using Fileconveyor and need to use a subdomain with Cloudfront.

For Cloudfront I am using CNAME with http://images.example.com instead of the default distribution URL.

What or where do I need to change this so that the urls change from

http://example-images.s3.amazonaws.com to http://images.example.com

Thanks in advance for your help,

KH

wimleers commented 13 years ago

See README.txt (https://github.com/wimleers/fileconveyor/blob/master/code/README.txt):

Transporter: Amazon CloudFront
------------------------------
Value to enter: "cf".

Available settings:
- access_key_id
- secret_access_key
- bucket_name
- bucket_prefix
- distro_domain_name