Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. Garage - S3-compatible Object Storage alternative to Minio

Garage - S3-compatible Object Storage alternative to Minio

Scheduled Pinned Locked Moved Selfhosted
selfhosted
16 Posts 12 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K This user is from outside of this forum
    K This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #1

    Curious about thoughts on Garage as an alternative to Minio. It has been in development since 2020. Here is the project git. Documentation looks nice.

    Curious what others think of it as a project that has been around for a few years and seems like a solid, open source contender now that Minio has removed most of their community edition functionality.

    F R J R S 8 Replies Last reply
    88
    • K [email protected]

      Curious about thoughts on Garage as an alternative to Minio. It has been in development since 2020. Here is the project git. Documentation looks nice.

      Curious what others think of it as a project that has been around for a few years and seems like a solid, open source contender now that Minio has removed most of their community edition functionality.

      F This user is from outside of this forum
      F This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #2

      I haven't heard much good about Minio. I would also be curious about this project.

      K 1 Reply Last reply
      2
      • F [email protected]

        I haven't heard much good about Minio. I would also be curious about this project.

        K This user is from outside of this forum
        K This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #3

        Minio has worked well for many years. Haven't had any problems with it until now, but ready to migrate away.

        F 1 Reply Last reply
        6
        • K [email protected]

          Curious about thoughts on Garage as an alternative to Minio. It has been in development since 2020. Here is the project git. Documentation looks nice.

          Curious what others think of it as a project that has been around for a few years and seems like a solid, open source contender now that Minio has removed most of their community edition functionality.

          R This user is from outside of this forum
          R This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #4

          Minio is about to get Redis'd.

          1 Reply Last reply
          15
          • K [email protected]

            Curious about thoughts on Garage as an alternative to Minio. It has been in development since 2020. Here is the project git. Documentation looks nice.

            Curious what others think of it as a project that has been around for a few years and seems like a solid, open source contender now that Minio has removed most of their community edition functionality.

            J This user is from outside of this forum
            J This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #5

            I really like it. I don't use it for much, but it's super easy to have multiple servers in multiple locations and let it take care of replication.

            It seemed like it was built more for the self hosting and homelab crowd and not enterprises.

            1 Reply Last reply
            4
            • K [email protected]

              Curious about thoughts on Garage as an alternative to Minio. It has been in development since 2020. Here is the project git. Documentation looks nice.

              Curious what others think of it as a project that has been around for a few years and seems like a solid, open source contender now that Minio has removed most of their community edition functionality.

              R This user is from outside of this forum
              R This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #6

              Been using Garage for non critical stuff for a while, no problems.

              1 Reply Last reply
              5
              • K [email protected]

                Minio has worked well for many years. Haven't had any problems with it until now, but ready to migrate away.

                F This user is from outside of this forum
                F This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #7

                Well, that's good to hear. Maybe I only see people post when things aren't working, because that's when people are most likely to post. This project mentions geo replication, does Minio replicate as well?

                1 Reply Last reply
                1
                • K [email protected]

                  Curious about thoughts on Garage as an alternative to Minio. It has been in development since 2020. Here is the project git. Documentation looks nice.

                  Curious what others think of it as a project that has been around for a few years and seems like a solid, open source contender now that Minio has removed most of their community edition functionality.

                  S This user is from outside of this forum
                  S This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #8

                  I've always wondered - and figured here is a good a place to ask as anywhere else - what's the advantage of object storage vs just keeping your data on a normal filesystem?

                  gottafixthat@mstdn.socialG K D L 4 Replies Last reply
                  6
                  • S [email protected]

                    I've always wondered - and figured here is a good a place to ask as anywhere else - what's the advantage of object storage vs just keeping your data on a normal filesystem?

                    gottafixthat@mstdn.socialG This user is from outside of this forum
                    gottafixthat@mstdn.socialG This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #9

                    @suicidaleggroll @kiol Depends on the application, but portability and data safety are two a prime reasons. It's also much easier to scale with docker swarm or kubernetes for business applications, that way the data isn't tied to a particular host.

                    1 Reply Last reply
                    3
                    • S [email protected]

                      I've always wondered - and figured here is a good a place to ask as anywhere else - what's the advantage of object storage vs just keeping your data on a normal filesystem?

                      K This user is from outside of this forum
                      K This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #10

                      One sentence answer: "Object storage manages data as discrete units called objects with unique identifiers and metadata, while file storage organizes data in a hierarchical structure of files and folders."

                      fwiw, I see object storage used as a way to manage data regardless of the file system. It is designed to scale, as opposed to the file system, in large cloud environments.

                      Here is a recap from Google Cloud:

                      Object storage, also known as object-based storage, is a computer data storage architecture designed to handle large amounts of unstructured data. Unlike other architectures, it designates data as distinct units, bundled with metadata and a unique identifier that can be used to locate and access each data unit.

                      These units—or objects—can be stored on-premises, but are typically stored in the cloud, making them easily accessible from anywhere. Due to object storage’s scale-out capabilities, there are few limits to its scalability, and it’s less costly to store large data volumes than other options, such as block storage.

                      Much of today’s data is unstructured: email, media and audio files, web pages, sensor data, and other types of digital content that do not fit easily into traditional databases. As a result, finding efficient and affordable ways to store and manage it has become problematic. Increasingly, object storage has become the preferred method for storing static content, data arches, and backups.

                      1 Reply Last reply
                      0
                      • S [email protected]

                        I've always wondered - and figured here is a good a place to ask as anywhere else - what's the advantage of object storage vs just keeping your data on a normal filesystem?

                        D This user is from outside of this forum
                        D This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #11

                        Object storage is indeed a specialized filesystem in a trenchcoat.

                        Object storage is typically (but not always) associated with non-hierarchical key-value lookups, as opposed to the directory tree pattern most file systems use. Object storage systems are also typically (but not always) designed with sharding and distribution in mind.

                        1 Reply Last reply
                        3
                        • K [email protected]

                          Curious about thoughts on Garage as an alternative to Minio. It has been in development since 2020. Here is the project git. Documentation looks nice.

                          Curious what others think of it as a project that has been around for a few years and seems like a solid, open source contender now that Minio has removed most of their community edition functionality.

                          exu@feditown.comE This user is from outside of this forum
                          exu@feditown.comE This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #12

                          I had the opportunity to check out a bunch of S3 servers for work. For a quick summary, Garage was much faster than Minio in my tests but lacks advanced S3 features like object locking, versions or retention. Be sure to check what you need before switching.

                          Also, it's CLI only as far as I know, so the same as Minio will be.

                          1 Reply Last reply
                          1
                          • K [email protected]

                            Curious about thoughts on Garage as an alternative to Minio. It has been in development since 2020. Here is the project git. Documentation looks nice.

                            Curious what others think of it as a project that has been around for a few years and seems like a solid, open source contender now that Minio has removed most of their community edition functionality.

                            B This user is from outside of this forum
                            B This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #13

                            For my simple use case (storing Velero backups), it works perfectly and with a resource footprint ridiculously low (~ 3 MiB memory when idle). In comparison MinIO used 100 times more memory.

                            1 Reply Last reply
                            1
                            • S [email protected]

                              I've always wondered - and figured here is a good a place to ask as anywhere else - what's the advantage of object storage vs just keeping your data on a normal filesystem?

                              L This user is from outside of this forum
                              L This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #14

                              I'm yet to find a project that actually uses it to good use where a regular filesystem wouldn't be appropriate. The only situation it seems to be intended for is "big data" as in huge huge huge files that would otherwise trip up and choke standard filesystems.

                              For us regular folk it seems pointless. And I say that as someone who has used it for various things and just not found it worth it.

                              1 Reply Last reply
                              1
                              • K [email protected]

                                Curious about thoughts on Garage as an alternative to Minio. It has been in development since 2020. Here is the project git. Documentation looks nice.

                                Curious what others think of it as a project that has been around for a few years and seems like a solid, open source contender now that Minio has removed most of their community edition functionality.

                                N This user is from outside of this forum
                                N This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #15

                                How does this handle IAM policies? At work we have a blackened that relies on S3 and IAM policies. For local development we use minio as it seamlessly handles that. Does garage?

                                K 1 Reply Last reply
                                0
                                • N [email protected]

                                  How does this handle IAM policies? At work we have a blackened that relies on S3 and IAM policies. For local development we use minio as it seamlessly handles that. Does garage?

                                  K This user is from outside of this forum
                                  K This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #16

                                  Sounds like a question to ask the project directly, via their contact on the site: [email protected]

                                  1 Reply Last reply
                                  0
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  • Login

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • World
                                  • Users
                                  • Groups