All technologies

Amazon S3

31 painsavg 6.2/10
compatibility 8performance 7config 4dx 4security 2architecture 2monitoring 2ecosystem 1docs 1

Public bucket misconfigurations left behind after testing

9

Developers frequently leave S3 buckets public 'for testing' and forget to secure them, creating ongoing security vulnerabilities. Misconfiguration remains the third most important operational challenge in cloud security.

securityAmazon S3

Slow emergency file retrieval due to cloud data limits

8

Retrieving files from S3 in emergency situations is difficult because public cloud data limits cause downloads to take up to 12 hours, preventing immediate access to critical content.

performanceAmazon S3

S3 targeted by default configurations in open-source tools

8

Open-source tools frequently use S3 with default bucket name placeholders that can collide with real user buckets. When deployed with default configuration, these tools create massive unwanted request volumes (e.g., 100 million requests), resulting in unexpected charges and service disruption.

securityAmazon S3

S3 event notifications are unreliable and not guaranteed to trigger

8

S3 event triggers (e.g., for Lambda invocation) may fail silently, requiring developers to implement separate recovery mechanisms. This creates unpredictable behavior in event-driven architectures.

compatibilityAmazon S3AWS Lambda

S3 metadata replication consistency issues with dependent objects

8

When replicating S3 objects with RTC guarantees, metadata nodes that are referenced by other objects may not be replicated, causing queries to fail when using engines like Spark or PySpark because they cannot find the referenced files or objects.

compatibilityAmazon S3SparkPySpark

S3 lacks compare-and-swap (CAS) operations

7

S3 is the only major object store without compare-and-swap (CAS) operations, a feature available in GCS, Azure Blob Store, Cloudflare R2, Tigris, and MinIO. This forces developers to use separate transactional stores like DynamoDB, creating ugly abstractions and two-phase write complexity.

compatibilityAmazon S3DynamoDBGoogle Cloud Storage+1

S3 performance limitations strain developer productivity

7

As S3 usage evolved from archival to interactive workloads, performance constraints became friction points that distract developers from core work. Limitations force developers to implement workarounds rather than focus on building features.

performanceAmazon S3

S3 static website hosting without CloudFront creates production issues

7

Using S3's built-in static website hosting without CloudFront results in high latency for non-US regions, no caching, no DDoS protection, and lack of SSL on custom domains. This setup is only suitable for proof-of-concept.

performanceAmazon S3CloudFront

High latency and high per-request API costs in S3

7

S3 operations incur 10-100ms of round-trip delay per request due to HTTP API handling, authentication, and multi-AZ replication. This overhead is orders of magnitude higher than local or networked block storage, and each API call incurs costs, making high-frequency metadata operations expensive.

performanceAmazon S3

S3-compatible services lack advanced management APIs

7

S3-compatible storage solutions don't implement advanced management features like Bucket Website Hosting, Analytics, Inventory, Logging, Replication, and Tagging. This creates operational vendor lock-in even when application code is portable, forcing developers to build custom workarounds for features that S3 handles natively.

compatibilityAmazon S3S3-compatible storage

S3 Express One Zone lacks standard S3 features

7

S3 Express One Zone (S3E1Z) is missing numerous standard S3 features including object version support, bucket tags, object locks, object tags, and MD5 checksum ETags. It cannot be treated like a normal S3 bucket and lacks multi-zone support, forcing developers to design around deficiencies.

compatibilityAmazon S3S3 Express One Zone

Poor S3 performance for small objects

7

Amazon S3 performance is significantly slower when handling small objects compared to large objects, making it unsuitable for workloads with many small files.

performanceAmazon S3

S3 lacks POSIX semantics, breaking filesystem-dependent applications

7

S3 is not a POSIX-compliant filesystem and lacks critical features like atomic renames, file locking, symbolic links, and random writes. Applications designed for POSIX semantics encounter unpredictable behavior, data corruption, and dropped files when deployed on S3.

compatibilityAmazon S3POSIX

Storage costs grow uncontrollably without lifecycle policies

6

Teams often skip lifecycle policy configuration in favor of shipping product, leading to silent accumulation of logs, backups, and old data in expensive S3 Standard storage. Old multipart uploads and indefinite retention strategies cause storage bills to spiral without a clear owner.

configAmazon S3

Complex and non-intuitive S3 pricing and licensing

6

S3 pricing and licensing structure is overly complex and difficult to understand. Developers pay even during the development phase, and there is no separate development environment tier.

configAmazon S3

S3 is often misused as a database for structured data queries

6

Developers store and query structured data (JSON, etc.) directly from S3, treating it like a database. This approach is slow, expensive, and lacks proper query capabilities, forcing manual scanning of data.

architectureAmazon S3

Siloed security tools prevent unified S3 security visibility

6

Organizations use fragmented point-product security tools for S3, making it difficult to gain a holistic view of security posture and creating gaps in coverage.

monitoringAmazon S3

S3 lacks native deduplication and safe expiration for backup jobs

6

Running backup jobs to S3 creates safety issues when attempting to implement deduplication and expire old data. There is no built-in incremental feature to address this common backup use case.

architectureAmazon S3

Sync delays in S3 operations

6

S3 exhibits occasional synchronization delays, potentially causing consistency issues in media delivery and file access workflows.

performanceAmazon S3

S3 lacks multi-region and object append capabilities

6

S3 does not support multi-region buckets or object appends, features available in competitors. These gaps are problematic for modern infrastructure using object storage as a primary persistence layer.

compatibilityAmazon S3

S3 features don't work as expected with table-based workloads

6

Existing S3 features like Intelligent-Tiering and cross-region replication have unexpected behavior when tables are stored as thousands of objects with application-specific access patterns, limiting their effectiveness.

compatibilityAmazon S3Intelligent-Tiering

Lack of native connectors between S3 and third-party tools

6

Amazon S3 has no direct connector to tools like MicroStrategy, forcing developers to use third-party solutions for integration, adding complexity and additional dependencies.

ecosystemAmazon S3MicroStrategy

Poor S3 documentation for integration with other AWS services

5

AWS S3 documentation is difficult to understand, especially when integrating with other AWS services like Elemental MediaConvert. Developers must rely on external resources like AI, YouTube videos, or third-party aids to complete integrations.

docsAmazon S3AWSElemental MediaConvert

Inadequate search and file discovery functionality in S3 UI

5

S3 lacks practical search capabilities, making it difficult to locate or browse files. The UI date columns are unreliable, forcing manual navigation through potentially thousands of objects.

dxAmazon S3

Tension between S3 simplicity goals and feature completeness

5

Releasing S3 features with painful gaps frustrates early customers and creates expensive technical debt for simplification later. The pursuit of both simplicity and velocity creates friction in product development.

dxAmazon S3

Poor object layout and bucket organization leads to high query costs and governance issues

5

Without standardized prefixes, partitioning, and clear bucket purposes, teams struggle with governance and incur unnecessary query costs. Working with very large buckets containing millions of objects becomes cumbersome without solid organization and lifecycle policies.

configAmazon S3

S3 Express One Zone has prohibitive pricing for performance gains

5

S3 Express One Zone costs $0.16/GB, twice the price of EBS general purpose SSD (gp3), making it an expensive option relative to its limited feature set and single-zone constraint. For the cost, it functions more like an expensive EBS with a half-implemented S3 API.

configAmazon S3S3 Express One ZoneEBS

S3 key naming schemes affect performance

5

S3 performance depends on key name prefixes—prefix similarities become bottlenecks above ~100 requests/second. Developers must use non-obvious naming schemes (alphanumeric/hex hashes in first 6-8 characters) to avoid internal hot spots, which is counterintuitive.

performanceAmazon S3

AWS S3 console interface is overwhelming and difficult to navigate

4

The S3 console presents too many options and settings, making it feel like a puzzle for non-expert users. Finding specific settings and configuring buckets requires significant AWS knowledge, creating a steep learning curve for teams not already familiar with AWS.

dxAmazon S3

Hard-coded S3 locations create deployment friction

4

Developers commonly hard-code S3 locations in application code, tying code to deployment details. This breaks multi-environment setups, data migrations, and code auditing efforts.

dxAmazon S3

Lack of native usage monitoring and cost dashboards requires external tools

4

S3 does not provide built-in detailed usage monitoring dashboards. Teams must rely on integrations with external tools to track costs and usage, making it difficult to monitor spending and prevent runaway bills without manual setup and additional overhead.

monitoringAmazon S3