this post was submitted on 08 Oct 2024
44 points (86.7% liked)

Technology

58711 readers
5258 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mrnarwall@lemmy.world 8 points 1 week ago (2 children)

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

[–] melroy@kbin.melroy.org 4 points 1 week ago (2 children)

S3 stands for "Simple Storage Service" not "Simple Storage Solution".. fake news :P

[–] undefined@links.hackliberty.org 2 points 1 week ago (1 children)

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

[–] melroy@kbin.melroy.org 2 points 1 week ago

I agree. And the default AWS configs are very unsafe as well. But I didn't came up with the same, blame Amazon.

[–] mrnarwall@lemmy.world 1 points 1 week ago

I have been exposed as a fraud and I will take my punishment! j/k, but worth noting

[–] dch82@lemmy.zip 4 points 1 week ago (1 children)

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

[–] lando55@lemmy.world 4 points 1 week 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.