• mrnarwall@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    19 hours ago

    As part of AWS? S3 stands for “simple storage solution” and it is used for storing data in the cloud. A typical s3 setup has a “bucket” which would act like a folder directory on your computer. At that point it can be pretty much however you want to set it up. In theory it can store anything, as long as it can be converted into a binary string, I believe. I havent worked in AWS in a few years, but I recall it being easy enough to use for storing files when handling file transfers with other microservices like Lambdas. You just need to configure a few things, like the bucket name, the “file name” (I say it that way, because you dont necessarily have to store files - and anything stored in s3 has to be converted to that binary string), and the

    It can be even more than just simple storage when used with other microservices, the possibilities can be endless

    • dch82@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      18 hours ago

      So basically a “string” of bytes stored in AWS servers that can be exposed as anything really

      • lando55@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        14 hours ago

        We’re all just 1s and 0s on some level. Or quarks I guess? I don’t know where we are now wrt elementary particle models.

    • melroy@kbin.melroy.org
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      18 hours ago

      S3 stands for “Simple Storage Service” not “Simple Storage Solution”… fake news :P

      • undefined
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours ago

        And it’s definitely not simple. I hate dealing with AWS at work, shit is overly complex where it doesn’t need to be.