s3_website icon indicating copy to clipboard operation
s3_website copied to clipboard

Manage an S3 website: sync, deliver via CloudFront, benefit from advanced S3 website features.

Results 76 s3_website issues
Sort by recently updated
recently updated
newest added

I get this error when I try to run S3_website (macOS 10.14.4): `Exception in thread "main" java.lang.ExceptionInInitializerError at org.jruby.Ruby.newInstance(Ruby.java:266) at s3.website.Ruby$.rubyRuntime$lzycompute(Ruby.scala:4) at s3.website.Ruby$.rubyRuntime(Ruby.scala:4) at s3.website.model.Config$$anonfun$15.apply(Config.scala:229) at s3.website.model.Config$$anonfun$15.apply(Config.scala:227) at scala.util.Try$.apply(Try.scala:192) at...

[habd.as](https://habd.as) — 1047 pages, 40 redirects

With credentials in `.env` and not in `s3_website.yml`, `push` works fine, but `cfg apply` errors: File ./s3_website.yml does not contain the required key(s) s3_id, s3_secret (RuntimeError)

Tried to use s3_website on Mac and unfortunately it does not run with Java 9 ``` user$ s3_website push --dry-run [info] Downloading https://github.com/laurilehmijoki/s3_website/releases/download/v3.4.0/s3_website.jar into /var/folders/pv/qhqsh1rj0r11dknn95w1yxbmvfy2z6/T//s3_website-3.4.0.jar Exception in thread "main" java.lang.ExceptionInInitializerError...

I was running this in CI and `user_answer` was `nil` during this script. I believe that if it is `nil`, it should default to `yes` and execute the installation code...

Sharing this here. Cross-posted to HN and `r/staticgen`: https://habd.as/post/hugo-deploy-migrate-s3-website/. This is for Hugo users looking to move off `s3_website` now that Hugo has its own deployment pipeline backed into the...

Fixes #300 * Upgraded to latest version of JRuby (v9.2.7.0). Confirmed that tests pass with `./sbt test`. * Ran into "different file contents found in the following" error and and...

I'm getting errors when I try to do an `s3_website push`. Using the `circleci/ruby:2.5` Docker image: ``` [fail] Could not load the site: Failed to parse ERB in /home/circleci/repo/s3_website.yml: (SyntaxError)...