All Versions
7
Latest Version
Avg Release Cycle
45 days
Latest Release
2076 days ago

Changelog History

  • v0.2.5

    September 25, 2018
  • v0.2.4 Changes

    September 25, 2018

    Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

    darwin

    386 - darwin
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="3029aa5c5e5e92451d28ace65ca322351ccddef3ed9a244796bb883047d8ecbc"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-darwin-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    amd64 - darwin
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="ac4e5ac45c5f550ded7794554c2f0baebdbe7d0638e246742b110c794898bc9d"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-darwin-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    freebsd

    386 - freebsd
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="a8bf9b2b3bd41a246a2e60fb5a1b50210437082a92f8296b89125e06451cb740"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-freebsd-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    amd64 - freebsd
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="bbfc84b80135f18f39e6e26b9f0aa66a638bc5db2ae465655e9b7d01b42d6ca8"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-freebsd-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    ๐Ÿง linux

    ๐Ÿง 386 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="3aa72a347ad1d704d4c871d4c223a8ba64e8d30e2e9091a9b2c8731646a5fef9"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-linux-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง amd64 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="ab2230d1af17e2acda073bef29311c47d19a764cf95520bfc301dbf619594a2f"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-linux-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง arm - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="9fd5c18a467e57528c6ff029f70a7f5028572a40bfcfc6d8df6b2c4c432dbe12"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-linux-arm" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง arm64 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="c7209e323821d6b96fc3be57f46ae2a3418f3258a7b6fb57ada0c953a8ae18e5"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-linux-arm64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    solaris

    amd64 - solaris
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="9e6a8aa9ca603899557f32f1ab855d6586e5bacd4e45bb73c9d83aff1a9e22b8"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-solaris-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    ๐Ÿ windows

    ๐Ÿ 386 - windows
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="e7428e69b5c0bf3702fc6d70af20df6888cd2bb88f74e3d957ce5e53db3ea8d9"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-windows-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿ amd64 - windows
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="99bc7cfd4155e8e26b791a8c8bd538f0c435a87b4ef8e3096d772a6bc54bca3f"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.4/s3server-windows-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
  • v0.2.3 Changes

    July 17, 2018

    Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

    darwin

    386 - darwin
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="b529488888e6d5d5d150919eec3e5611964d0128a71d447e477d673357b75727"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-darwin-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    amd64 - darwin
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="1f960c51dd588892c12258d9ef0a708be1d49277f0aab6671823608cbf14cb2b"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-darwin-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    freebsd

    386 - freebsd
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="bcbc3bc0053c7887e872b37febd35a3886dd4af1bd2416e238e715c1a559568f"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-freebsd-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    amd64 - freebsd
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="73b93b7660a61f44c69c0d2995f833153da34d05fbc03e80cdc628717499069f"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-freebsd-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    ๐Ÿง linux

    ๐Ÿง 386 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="b134c38606a0c6ad18646a78063abe9cdd8cd334583f5cab88fee10b96ff1571"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-linux-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง amd64 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="c830d0818a4b83736202f2faabf8694f7fead23d7c934eef575532da34e007ba"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-linux-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง arm - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="af42d748ee2d90c1db09c118581e3d74a8d03a5e40ae632d4d87f9ac10f4d3ac"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-linux-arm" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง arm64 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="b4087d267e9ef1411f18845d7b6e907087150a5b154d0f6c0f4f2a2ad55151fe"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-linux-arm64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    solaris

    amd64 - solaris
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="f2e12d26fe40f963d14322892e90f436b8796214f27e6cea71ad163ac4f4e8ae"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-solaris-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    ๐Ÿ windows

    ๐Ÿ 386 - windows
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="55792dd321035443a5a5bfd24f05ffdada5b0ab276e1624863b4ab0ffe6e5f5c"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-windows-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿ amd64 - windows
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="9280e1432f1ba1f465f9d5fcc4dbb6c3fe5e3fb7f3fba5ed1c264e3a3b6a4465"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.3/s3server-windows-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
  • v0.2.2 Changes

    July 14, 2018

    Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

    darwin

    386 - darwin
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="9aeb41293bd83b0831f3f88def70870c8aac4f3f46f5df3e32d8dc8f932a3dd8"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-darwin-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    amd64 - darwin
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="e5625d98ea6425208ffb3500d88c5b68b5f44137a70ea3936035bc28427b43d8"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-darwin-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    freebsd

    386 - freebsd
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="cc3ddcba8863f748c3082f1b3b248a7d66573b8073d02fa1fa3842f6f1129fbc"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-freebsd-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    amd64 - freebsd
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="bfa1fe77694f3e125f86078ff37ce217677c37c896ca33e5b1fe5d0bf7c4651b"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-freebsd-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    ๐Ÿง linux

    ๐Ÿง 386 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="94a3cc36ee49ee27f2abb07d51f1b2c35805d89fa4cac3b8be97aad24ea0d1b4"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-linux-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง amd64 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="bf9c2ef836813f2dabab7ba09ddd2db652d975458a0034a18b0ed2d5fa9c8ab9"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-linux-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง arm - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="169e2588f84b0cce7444734711a8edb04dbf504e54d884425a050b25de36ce29"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-linux-arm" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง arm64 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="4bffa9f97d9a0a3795a372392ed43252cd818d8b7a90eacb74ae14ae43bd642e"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-linux-arm64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    solaris

    amd64 - solaris
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="b2c9b84dae2bea0935b5ca95f739b02ffbb390e000ad03789841b92a4fa4d2ed"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-solaris-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    ๐Ÿ windows

    ๐Ÿ 386 - windows
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="8acc6229c701be2a01aa18a3c3a708ec07f5c35aaf7ed5d07eb89b62e05547da"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-windows-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿ amd64 - windows
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="c41423bcb48fe079bb5dd354f503e65d8871a88f08b4d782344e8c21e23719a0"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.2/s3server-windows-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
  • v0.2.1 Changes

    July 14, 2018

    Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

    darwin

    386 - darwin
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="c425dde1e0634c7c779524b9b38d6c666b44051825db960015b5069cc8b901e4"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-darwin-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    amd64 - darwin
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="b3893a706ca29c09a550f2a95c208214d41868e6965657e31c8e1c942a0c4a67"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-darwin-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    freebsd

    386 - freebsd
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="44003e2aa38debaf0d6d38ddb5f38ec4a0e21573f451350852fe14b05f04a0e5"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-freebsd-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    amd64 - freebsd
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="b362e86d2f546b54f01f6d3e8e941a239c4aaefbb2aa9c0f3059c093ba04416e"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-freebsd-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    ๐Ÿง linux

    ๐Ÿง 386 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="cbafeec02f56297105a01ad2674a29820bbade364970e29d020376917d8c7f37"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-linux-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง amd64 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="16753a5c50b77c24eaf74db207637a8d09229f8ded735dd27d684128224e4343"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-linux-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง arm - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="1c4b0d0bcce4121b1a13d34c29ab462fad59a7e47c1cfa9fca97eb98a310d5d3"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-linux-arm" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง arm64 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="0b7fa871d4a8496183daa0711c657370f3360999a060cfa741fe0e64d73baabf"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-linux-arm64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    solaris

    amd64 - solaris
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="450b9a4aa18b077fa231292d1f6250f1a6d76e4ec80980bd9480e750306ce1bf"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-solaris-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    ๐Ÿ windows

    ๐Ÿ 386 - windows
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="a571e62d2c7a42c039b71164369901338963c629f343185bedcf15c92f96b218"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-windows-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿ amd64 - windows
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="5d5db7dd733254c598009624e64de1e25208e39eb4cfdaaf3095ff401984c96b"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.1/s3server-windows-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
  • v0.2.0 Changes

    January 02, 2018

    Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

    darwin

    386 - darwin
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="b1992148eb240391758cbfe17611ba26c894ae5fb13d8191ef2622fbcc739498"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-darwin-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    amd64 - darwin
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="438fab76219cb12c49f2b13e1b7d586f99d0dc78f6ab42eae2e891fef9663240"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-darwin-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    freebsd

    386 - freebsd
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="d002fbfc91df2cd3816351f5a5b3bfc07ccc266f0a7c179c51f81defe0b742fa"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-freebsd-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    amd64 - freebsd
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="a5027402a0781fa96f88bc69b9a8a2353d3b6f2ca7da282707e9a518b6c8c335"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-freebsd-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    ๐Ÿง linux

    ๐Ÿง 386 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="ae8ed1b3ff1e2a1a25820da3b4a09bdf75e0d648f2b823b56930e51b78c78646"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-linux-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง amd64 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="7f49973b523282f4aa2810a60743db8280e75c28575aaa291303b2079dfedddc"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-linux-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง arm - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="6f10c6f14cb43894ab0c89ccae9f77798910cee56a6e025d410f0d2b7ca7277e"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-linux-arm" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿง arm64 - linux
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="3375e43f83c14cd8a9f740d16f37224f058d0f7e6a8dcfe3d5c4bd1c07e25884"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-linux-arm64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    solaris

    amd64 - solaris
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="3b37a3e711444a1e67428779d2d8fc5bd78d9e7cafb0324481db07b9c57ec8f9"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-solaris-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    

    ๐Ÿ windows

    ๐Ÿ 386 - windows
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="10bb831454ff65157b2d60361da695637b3ac3bc170293690364996e8da99f7c"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-windows-386" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
    ๐Ÿ amd64 - windows
    # Export the sha256sum for verification.$ export S3SERVER\_SHA256="4d7553d78a39388faf7ed8df3960d9354751722561c49cb99333fa710711308f"# Download and check the sha256sum.$ curl -fSL "https://github.com/jessfraz/s3server/releases/download/v0.2.0/s3server-windows-amd64" -o "/usr/local/bin/s3server" \ && echo "${S3SERVER\_SHA256} /usr/local/bin/s3server" | sha256sum -c - \ && chmod a+x "/usr/local/bin/s3server"$ echo "s3server installed!"# Run it!$ s3server -h
    
  • v0.1.0

    January 01, 2018