once you have your S3 account setup just create new buckets with the same name as your subdomains
for example...
if you create the following sub-domain:
- css.domain.info
- images.domain.info
- etc
your buckets will be called:
- css.domain.info
- img.domain.info
- etc
if creating the following CNAMEs...
- css.domain.info
- img.domain.info
- etc
you should point them to...
- css = css.domain.info.s3.amazonaws.com
- img= img.domain.info.s3.amazonaws.com
- etc
Quote:
3) Do you recommend moving all Vbulletin styles images folder off to S3?
|
yes