Iinfraiininfrai.hashnode.dev·1d ago · 11 min readObject storage for browser direct uploads: presigned URLs, US and EU bucketsShort answer: put the files in a private bucket on an S3-compatible store, mint a short-lived presigned PUT URL on your server, and let the browser send the bytes straight to storage — that pattern is00
NNNiloy Nathinpiplustheta.hashnode.dev·Jul 10 · 18 min readMinIO Was Easy, SeaweedFS Made Me ThinkWhy I Tried SeaweedFS After MinIO This is a SeaweedFS vs MinIO guide disguised as the follow-up to my first self-hosted object storage migration. The app was still FastAPI. The client still did not wa00
CDCoding Dropletsincodingdroplets.com·May 24 · 12 min readAzure Blob Storage vs AWS S3 vs MinIO in .NET: Which Object Storage Should Your Team Use in 2026?When a .NET team needs to store and serve files — user uploads, generated reports, media assets, audit exports — the first real decision is which object storage provider to wire into the application. 00
Hhelianthusinwasteland.hashnode.dev·Apr 17 · 8 min readDuckDB in the Wild: What 6 Minutes of Benchmarking Across 4 Machines Taught Me About Real-World PerformanceThis is not a lab benchmark. It is an engineering gut-check: same query, different machines, different storage. The numbers are messy, the comparisons are unfair, and yet they are surprisingly useful.00
DPDev Patelindevjpateldotcom.hashnode.dev·Mar 13 · 4 min readUnderstanding Objects in JavaScript: Key-Value Pairs Made SimpleHello! ☕In JavaScript, arrays are great for ordered lists (like shopping items or numbers). But what if you want to store related data that isn't in a strict order? That's where objects shine! Objects00
TITech Insights Hubintopperblog.hashnode.dev·Feb 12 · 8 min readObject Storage: S3 Compatible SolutionsObject Storage: S3 Compatible Solutions Comparison The Modern Developer's Dilemma: Choosing the Right S3-Compatible Storage In 2026, the cloud storage landscape has evolved dramatically. While AWS S3 remains the gold standard, vendor lock-in concerns...00
DPDaniel Parkesinibm-storage-ceph-s3-security-blog-series.hashnode.dev·Jan 4 · 21 min readMastering IAM in Ceph: Multi-Tenancy, Access Control, and Why ACLs Must DieIntroduction: When Security Theater Becomes a Real Disaster In March 2017, a misconfigured S3 bucket at Verizon exposed the personal information of 14 million customers. The root cause wasn't a sophisticated attack; it was a simple oversight in acces...10
DPDaniel Parkesincephobjectstoragefeatures.hashnode.dev·Nov 25, 2025 · 11 min readIBM Storage Ceph 9.9.0: Near-Zero Impact Bucket Resharding - A Game Changer for Production Workloads At ScaleIntroduction: The Foundation of Scalable Object Storage In the modern data landscape, object storage has evolved from a simple file repository into the foundational layer for AI/ML pipelines, data lakehouses, real-time analytics, and massive-scale ar...10
DPDaniel Parkesincephobjectstoragefeatures.hashnode.dev·Nov 21, 2025 · 9 min readEnhanced Rate Limiting in IBM Storage Ceph Object 8.1z4: List and Delete Operations Now SupportedIntroduction The IBM Storage Ceph 8.1z4 release introduces significant enhancements to Object Gateway (RGW) rate limiting, addressing a critical gap that has long challenged administrators managing multi-tenant object storage environments. With the a...10
JNJamil Noydainjamilnoyda.hashnode.dev·Oct 31, 2025 · 7 min readCreate your own S3 Object Storage!Ever wonder how we can create own beautiful an object storage service like S3? If so, you’re in for a treat, because I’m about to show you how! As we all know, bucket storage uses hash-based lookups for individual objects - which means operations lik...00