-
-
Notifications
You must be signed in to change notification settings - Fork 179
S3 Repositories
alandipert edited this page Nov 22, 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 "some-username" :passphrase "some-passphrase"}]]
:dependencies '[[acme/s3library "1.0.0"]])
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