s3server v0.2.5 Release Notes

Release Date: 2018-09-25 // over 5 years ago

Previous changes from v0.2.3

  • 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