Back to browse
GitHub Repository

S3 Storage for file handling in Atropim

0 starsPHP

S3 Storage Addon for Atropim

by sthala·Jul 27, 2026·1 point·0 comments

AI Analysis

MidSolve My Problem

Fills the missing S3 backend gap for AtroPIM using native Admin panel configuration.

Strengths
  • Implements rigorous checksum and retry logic to prevent data loss during write operations.
  • Supports both static AWS keys and IAM roles for flexible authentication with MinIO or R2.
Weaknesses
  • Extremely narrow utility limited exclusively to the small niche of AtroPIM self-hosters.
  • Standard S3 integration pattern already solved by official plugins in most other PIM systems.
Target Audience

Self-hosted AtroPIM administrators needing scalable file storage

Similar To

Magento S3 Plugin · WordPress S3 Uploads

Post Description

Atropim stores media files (or any files) in local system by default. There is no opensource add-on that enables S3 storage to store asset files related to products. So, I built one. This module is free to use, and supports both static keys of aws as well as IAM roles to access the s3 buckets.

Similar Projects

Infrastructure●●Solid

HS5 – Open Source fast single-node S3 compatible object storage

The project swaps the common 'one-file-per-object' approach for an LMDB-backed location index and a single-file storage layout, which is a pragmatic way to squeeze throughput out of one machine. It includes a small web UI and mentions manual-commit durability and DuckDB notes, signaling it's aimed at fast local or ephemeral workloads rather than multi-node durability. Clever technical choices, but it's a niche single-node tradeoff rather than a replacement for distributed S3 systems.

Niche GemWizardry
uroni
205mo ago

P2 - Object Storage Server with S3 Compatible API, MIT License

Yet another MinIO alternative with Rust crypto, but explicitly not production-ready.

Bold BetShip It
isuleman
303mo ago