GoBoundless / spar

Single Page Application Rocketship
http://goboundless.github.com/spar/
MIT License
164 stars 14 forks source link

Option to change the endpoint of S3 deployments #20

Closed frane closed 10 years ago

frane commented 11 years ago

I've added an option s3_endpoint to the S3 deployer to enable deployments to other S3 regions. An example config to deploy to the Ireland (eu-west) region:

production:
  deploy_strategy: s3
  aws_key: "**************"
  aws_secret: "*******************"
  deploy_bucket: "www.example.com"
  s3_endpoint: "s3-eu-west-1.amazonaws.com"