-
-
Notifications
You must be signed in to change notification settings - Fork 179
S3 Repositories
micha edited this page Nov 23, 2014
·
32 revisions
Boot supports resolving dependencies from S3 repositories with s3-wagon-private.
You can resolve dependencies in S3 repositories with a call to set-env!
that includes :wagons
, :repositories
, and :dependencies
:
(set-env! :wagons [[s3-wagon-private "1.1.2"]]
:repositories '[["private" {:url "s3p://mybucket/releases/"
:username "AKIA2489AE28488"
:passphrase "98b0b104ca1211e19a6c"}]]
:dependencies [[acme/s3library "1.0.0"]])
This loads acme/s3library
from the S3 repository at s3p://mybucket/releases/
.
Note: The
:username
and:passphrase
keys in the repository settings above correspond to the AWS account's access and secret keys, respectively.
You can find other developers and users in the #hoplon
channel on freenode IRC or the boot slack channel.
If you have questions or need help, please visit the Discourse site.
- Environments
- Boot environment
- Java environment
- Tasks
- Built-ins
- Third-party
- Tasks Options
- Filesets
- Target Directory
- Pods
- Boot Exceptions
- Configuring Boot
- Updating Boot
- Setting Clojure version
- JVM Options
- S3 Repositories
- Scripts
- Task Writer's Guide
- Require inside Tasks
- Boot for Leiningen Users
- Boot in Leiningen Projects
- Repl reloading
- Repository Credentials and Deploying
- Snippets
- Troubleshooting
- FAQ
- API docs
- Core
- Pod
- Util