π S3ry v2.0.0
Modern High-Performance S3 CLI Tool
β¨ What's New in This Release
Changelog
Features
- 6ebda1c: feat: S3ry v2.0.0 - High-Performance S3 CLI with 10x speed improvement (@seike460)
- b5ff34d: feat: S3ry v2.0.0 - Revolutionary Multi-Platform S3 Management Suite (@seike460)
Bug fixes
- 0dd8937: fix(deps): update go.mod with proper dependencies for parallel development (@seike460)
- 4aaaa55: fix(ui): resolve type compatibility in performance metrics integration (@seike460)
- 2750a7f: fix: disable extra_files for clean v2.0.0 release (@seike460)
- 6d7e39e: fix: disable fury.io publisher for v2.0.0 release (@seike460)
- b55aa20: fix: update GoReleaser config for v2.0.0 release (@seike460)
Others
- f47440f: π i18n (@seike460)
- 661a1fe: β¬οΈ Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.34.0 (@dependabot[bot])
- 3ed77f8: β¬οΈ Bump golang.org/x/text from 0.3.2 to 0.3.8 (@dependabot[bot])
- d031563: π (@seike460)
- bcfb810: π (@seike460)
- 74ced25: π (@seike460)
- cb6751d: CodeGuru.yml (@seike460)
- b350754: Rename go.yml to main.yml (@seike460)
- ebd2c65: rearchitect (@seike460)
π¦ Installation
Binary Download
# Linux AMD64
curl -LO https://github.com/seike460/s3ry/releases/download/v2.0.0/s3ry_Linux_x86_64.tar.gz
tar -xzf s3ry_Linux_x86_64.tar.gz
sudo mv s3ry /usr/local/bin/
# macOS (Universal Binary)
curl -LO https://github.com/seike460/s3ry/releases/download/v2.0.0/s3ry_Darwin_all.tar.gz
tar -xzf s3ry_Darwin_all.tar.gz
sudo mv s3ry /usr/local/bin/
# Windows AMD64
curl -LO https://github.com/seike460/s3ry/releases/download/v2.0.0/s3ry_Windows_x86_64.zip
# Extract and add to PATH
Docker
docker pull ghcr.io/seike460/s3ry:v2.0.0
docker run --rm -it ghcr.io/seike460/s3ry:v2.0.0
π― Key Features
- 10x Performance Improvement - Lightning-fast S3 operations
- Modern TUI Interface - Beautiful terminal experience
- Multi-platform Support - Linux, macOS, Windows, FreeBSD
- Multi-architecture - AMD64, ARM64, ARM support
- 100% Backward Compatible - Drop-in replacement for v1.x
π Performance Benchmarks
Operation | v1.x | v2.x | Improvement |
---|---|---|---|
List 1000 objects | 1.05s | 104.8ms | 10.01x faster |
Download speed | 94.41 MB/s | 471.73 MB/s | 5.0x faster |
Memory usage | Baseline | 50% reduced | 2x efficient |
Full Changelog: 0.2...v2.0.0