Microsoft announced a 128 KiB minimum billable object size for Azure Blob and ADLS in cool, cold, and archive tiers — effective July 1, 2026 for new storage accounts (all accounts July 2027). A 4 KB log file stored in Cool is billed as 128 KiB: a 32× billing multiplier for small-object workloads. The risk is systemic: Smart Tier GA (April 2026) automatically drifts idle objects into cooler tiers — teams not auditing object size distributions may see Smart Tier’s promised savings reversed by the new floor. Audit your object size distribution before July 1.
DDN’s Google Cloud Managed Lustre expansion (April 2026) delivers up to 10 TB/s aggregate throughput — a 10× increase since 2025 and 4–20× higher than AWS and Azure managed Lustre equivalents on a single instance. C4NX VMs with Hyperdisk Exapools restore model checkpoints 2.6× faster than Cloud Storage FUSE. For enterprises running trillion-parameter training or HPC workloads on public cloud, GCP is now the only hyperscaler with hyperscale-class managed parallel file system throughput. The performance gap is large enough to change cloud vendor selection decisions for training-heavy AI shops.
CoreWeave’s Zero Egress Migration (0EM) program covers hyperscaler exit fees for enterprises moving AI workloads from AWS, Azure, GCP, IBM, or Alibaba — eliminating the data transfer cost that has historically anchored large AI training estates to incumbent clouds. CoreWeave charges $0 ongoing egress across all tiers (Cold $0.015, Warm $0.030, Hot $0.060/GB-month). The switching cost is now configuration work, not the data bill. AWS has not restructured its $0.09/GB egress model in response. For AI infrastructure architects, 0EM changes the ROI math on every multicloud evaluation and every renewal conversation with incumbent hyperscalers.
AWS Storage
AWSAmazon S3 Files, now generally available in 34 AWS regions, makes S3 buckets accessible as POSIX-compliant file systems via NFS from any AWS compute resource. AI frameworks (PyTorch, TensorFlow, JAX) that assume file system semantics can read and write S3 directly without chunking, custom data loaders, or staging to EFS. The architectural implication: the long-standing “choose your storage type” decision — file vs. object — is collapsing. Combined with S3 Vectors (2 billion vectors, sub-100ms latency), S3 50 TB object support, and Express One Zone’s price cuts, AWS is converging file, object, and vector paradigms onto a single S3 backend. S3 is no longer a dumb object store under your AI stack — it is the AI data plane.
AWS What’s New →S3 Intelligent-Tiering only transitions objects ≥128 KB between access tiers. Objects under 128 KB pay the $0.0025/1,000 objects monitoring charge and remain in Frequent Access regardless of access patterns — no cost reduction possible. For teams with large volumes of small objects (log files, telemetry events, metadata records), Intelligent-Tiering can silently add cost rather than reduce it. The fix: profile object size distribution before enabling I-T at scale. For known-cold small objects, S3 Glacier Instant Retrieval ($0.004/GB-month) as a manual lifecycle policy remains the cost-efficient alternative. This is the most common S3 cost optimization mistake in 2026.
AWS S3 Pricing →AWS DataSync Enhanced mode now supports direct, agentless transfers from Google Cloud Storage, Azure Blob Storage, Wasabi, DigitalOcean Spaces, and Oracle Cloud Object Storage to Amazon S3 — with parallel processing and no on-premises or cloud agent to deploy. This simplifies the operational path for enterprises evaluating AWS as their primary landing zone: the friction of cross-cloud data movement is now largely technical-path work, not agent management overhead. Note: egress costs from the source provider still apply — Enhanced mode removes agent complexity, not the bill for bytes leaving competing clouds. CoreWeave’s 0EM program is filling that remaining gap.
AWS What’s New →Azure Storage
AZUREMicrosoft announced at Build 2026 (June 12) a minimum billable object size of 128 KiB for Azure Blob and Azure Data Lake Storage in cool, cold, and archive tiers. Effective July 1, 2026 for new storage accounts; July 1, 2027 for all accounts. Impact: 1 million 4 KB log files in Cool tier billed as 128 GB, not 4 GB — a 32× billing multiplier. Smart Tier (GA April 2026) automatically moves idle objects to cooler tiers, which creates a compounding risk: small objects drifting to cool/cold via Smart Tier become subject to the minimum billing floor. Teams should audit object size distributions now, exclude small-object prefixes from Smart Tier scope, and model the financial impact before July 1.
Azure Updates →Microsoft blocked creation of new GPv1 and legacy Blob storage accounts via Azure Resource Manager effective June 1, 2026. Full retirement for existing GPv1 accounts follows October 13, 2026 — accounts not migrated to GPv2 by that date face service disruption. GPv1 accounts are incompatible with Smart Tier, Storage Actions, access tiering, ZRS/GZRS redundancy options, and all modern Azure Blob capabilities. Portal migration is a single-click operation with no data movement required, but large environments need IaC audit first — ensure Bicep, Terraform, and ARM templates contain no GPv1 account type references. The October deadline is firm; teams with complex Azure estates should begin migration inventory now.
Microsoft Learn →Azure Storage Actions is generally available, enabling policy-based lifecycle automation across Azure Blob Storage and Azure Data Lake Storage without custom code or agent deployments. Supports automated tiering, tagging, compliance enforcement, and retention management at scale. Combined with Azure Storage Discovery (preview — enterprise-wide blob estate visibility), Microsoft is building a complete storage observability and automation layer. The practical implication for platform engineering teams: the custom Lambda-equivalent scripts managing blob lifecycle can be replaced with a managed, auditable, policy-driven platform that integrates with Azure Monitor and RBAC. For enterprises with large ADLS estates, this is the first native, code-free lifecycle management tool at production scale.
Azure Updates →GCP Storage
GCPDDN’s Google Cloud Managed Lustre expansion delivers up to 10 TB/s aggregate throughput for a single instance — a 10× increase in peak throughput since 2025 and 4–20× higher than managed Lustre offerings from any other hyperscaler. Powered by C4NX VMs and Hyperdisk Exapools, Managed Lustre restores model checkpoints 2.6× faster than Cloud Storage FUSE with Rapid Cache. Customers in production include large-scale LLM training, robotics, autonomous systems, financial modeling, and HPC workloads. GCP is now the only hyperscaler with hyperscale-class managed parallel file system throughput — a meaningful vendor selection differentiator for enterprises running trillion-parameter training pipelines. Dynamic tier pricing starts at $0.06/GB-month.
HPCwire →The GA GCS Remote MCP Server’s optional Google Cloud Model Armor integration adds real-time scanning against prompt injection, tool poisoning, and data exfiltration attacks on every AI agent data access — making it the only managed cloud storage MCP endpoint with built-in adversarial protection. Authentication runs entirely through IAM (no shared keys). Every action is logged in Cloud Audit Logs. In production: Palo Alto Networks (network security co-pilot), Snap (investigation time cut from 30 minutes to 30 seconds). For enterprises building agentic architectures against SOC 2 or FedRAMP requirements, the audit trail and content scanning close the security assurance gap that has been blocking enterprise agentic adoption.
Google Cloud Blog →Google’s recommended storage architecture for AI workloads now explicitly segments by pipeline phase: Managed Lustre for training (maximum throughput, checkpoint speed); Cloud Storage FUSE with Rapid Cache for inference serving (cost-optimized, multi-regional, lower latency than standard FUSE); GCS object storage for cold and archival. Cloud Storage FUSE with Anywhere Cache is specifically recommended for RAG and multi-regional inference due to its lower cost vs. Managed Lustre and better performance vs. standard GCS access. Enterprise AI architects should explicitly map each pipeline phase to the appropriate GCP storage tier rather than defaulting to Managed Lustre — over-provisioning on Lustre for inference workloads is a common and avoidable cost leak.
Google Cloud Docs →Industry
CROSS-CLOUDCoreWeave’s Zero Egress Migration (0EM) program pays the egress costs for enterprises migrating AI workloads from AWS, Azure, GCP, IBM, and Alibaba — eliminating the data transfer bill that has historically anchored large training estates to incumbent clouds. CoreWeave charges $0 ongoing egress across all storage tiers (Cold $0.015, Warm $0.030, Hot $0.060/GB-month). AWS egress remains at $0.09/GB; the competitive gap is now quantifiable in every enterprise renewal discussion. The switching cost is now configuration work and migration complexity, not the data bill. For AI infrastructure architects, 0EM changes the ROI math on every multicloud evaluation — and signals that egress pricing is the next hyperscaler battleground after compute.
SDxCentral →Azure Smart Tier GA (April 2026) automatically moves idle blobs to cool and cold tiers. Azure’s new 128 KiB minimum billable object size (effective July 1, 2026 for new accounts) charges all cool/cold/archive objects at minimum 128 KiB. The two features interact adversely: small objects that Smart Tier automatically drifts into cooler tiers become subject to the 32× billing multiplier. Teams who deployed Smart Tier for cost savings without profiling their object size distribution risk having the promised savings reversed — potentially net-negative if small-object workloads dominate the estate. Configuration fix: set minimum object size exclusions in Smart Tier policies, or scope Smart Tier to prefixes known to contain large objects only.
Microsoft Learn →Updated market forecasts put global cloud storage at $179.26B in 2026 growing to $513.86B by 2031 (23.44% CAGR) — revised significantly upward from prior estimates. Object storage represents 51% of revenue and is growing at 24.4% CAGR, outpacing the broader market. The structural driver: roughly half of public cloud storage spend flows to non-capacity fees — egress, API calls, retrieval charges, and replication overhead — the inefficiency that neoclouds are actively monetizing. Enterprises who model only per-GB rates are systematically underestimating fully-loaded storage costs by 30–50% versus actual bills. The providers winning through 2031 are those who close the gap between the pricing page and the real invoice.
Mordor Intelligence →