2013-06-02 62 views

回答

0

只需配置DNS:

example.com CNAME s3.amazonaws.com (or s3-external-3.amazonaws.com for europe) 
django.example..com A 10.10.10.10 (ip's of server where you running django) 

這可能是做最好的方式。

或者爲django.example.com設置另一個存儲桶,設置默認頁面,並在aws控制面板中使用元數據中的網站重定向位置。