• 1 Post
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle








  • Hmm…this should work but I do have a concern on it based on my experience with AWS. Maybe this is different with minio though.

    In AWS, S3 bucket names are globally unique. Not just to your AWS account, but across ALL S3 buckets period. So let’s say you have a username of “test” and use that policy. If that user attempts to create a bucket and that bucket name is taken, well that user is out of luck.

    Obviously if minio doesn’t require globally unique bucket names you’re probably fine, but otherwise this could realistically become a problem.



  • ndguardian@lemmy.studiotoMemes@lemmy.mlNon fungible token in a nutshell
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    11 months ago

    I think the biggest place it has genuine benefit would be for something like deeds to homes, titles for cars and stuff like that. A permanent, auditable and public system for tracking the transfer and ownership of things.

    Unfortunately it comes with its own caveats, such as “what if I lose the wallet containing the deed to my home, and I want to sell it?”

    I never really understood the whole thing about picture based NFTs though.



  • Yep, this is key. If you’re getting a bunch of malicious traffic from one source, that’s easily fixed. Just drop the traffic.

    But when that traffic is coming from hundreds or thousands of sources, that becomes much harder to address. Can you just drop traffic from those sources? Sure! But then you also risk dropping legitimate traffic.

    There are also services that can automate the detection and prevention of DDOS attacks such as CloudFlare and Akamai, but these can get expensive very quickly, so it can significantly increase the cost to running the instance in question.