S3 Buckets

Example

Lonofile

blueprint "demo1", source: "s3::https://s3-us-west-2.amazonaws.com/demo-s3-bucket/blueprints/example-blueprint.tgz"
blueprint "demo2", source: "s3::https://s3-us-west-2.amazonaws.com/demo-s3-bucket/blueprints/example-blueprint.zip"

Running:

lono bundle

Will download blueprints to:

vendor/blueprints/demo1
vendor/blueprints/demo2

Archive Support

Both zip and tgz archive formats are supported.

Currently, bz2 and txz are not supported. PRs are welcomed.