mirror of
https://github.com/beshu-tech/deltaglider.git
synced 2026-05-02 13:14:32 +02:00
Match AWS S3 CLI behavior where ls shows filenames relative to the current prefix, not the full S3 path. Before: 2024-05-18 20:11:52 73299362 s3://bucket/build/1.57.3/file.zip After: 2024-05-18 20:11:52 73299362 file.zip This matches aws s3 ls behavior exactly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>