Open 3rd-Eden opened 12 years ago
We could be using nodejitsu/pkgcloud for the cloud provisioning and uploading
1:20:18 johmanx: kan je iets met een URL parser doen? 11:20:19 johmanx: dist: s3://user:pass@bucket/container/filename.{$type}.js
@johmanx10 told me to do that.
Instead of writing to the file system we should also be able to write to something else, like a S3 bucket where we can store the assets.
This is nice ways to integrate the squire build system in existing server architectures.
Square currently only supports writing to:
Ideally we should add different storage backends so you can for example add your builds to a database, remote server or anything else you want to hook up.
A simular apporach as observing/devnull transports would be suitable for this: https://github.com/observing/devnull/tree/master/transports
Or something simular to this..