Update Simplest-S3-Bucket-and-User-Setup.md

Chris Lu
2026-04-14 00:01:04 -07:00
parent 4214f059f5
commit e63240c1ad
+11
@@ -99,6 +99,17 @@ of creating a duplicate.
> s3.user.provision -name alice -bucket another-bucket -role readwrite
```
## Speed check
Quick sanity test on an Apple Silicon laptop, `weed mini -dir=/tmp/weed-repro
-ip=127.0.0.1`, 1 GiB object over loopback:
| Operation | Time | Throughput |
|----------------------------------------|--------|--------------|
| `aws s3 cp` upload (1 GiB) | ~2.0 s | ~500 MB/s |
| `aws s3 cp` download (multipart-range) | ~1.7 s | ~600 MB/s |
| Single-stream `curl` on a presigned URL| ~0.8 s | ~1343 MB/s |
## Related
- [[Quick Start with weed mini]]