I\'d like to dump my assets to my s3 bucket in production, after deploying with capifony in Symfony 2. I\'ve found some solution, but don\'t really find out the best to use.
I've also found this: https://github.com/symfony/symfony/pull/108, where I can tell AsseticBundle the bucket name, but I didn't found where to provide the key and secret for my aws account.
This should work - just use the following form when specifying the S3 bucket URL:
# config_prod.yml
assetic:
write_to: s3://{key}:{secret}@{bucket}/