s3server v0.2.2 Release Notes

Release Date: 2018-07-14 // almost 6 years ago
  • 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