AntiPattern
Large File Transfer Pitfalls
large-dataset-staging-and-pagination-omission
Multipart ingestion and export flows break when large datasets are handled via pageless listing, chunk-variant reads, or full-buffer staging (e.g., writing entire CSVs to /tmp) causing truncated S3 listings, oversized temp usage, and inefficient downstream reads/uploads.