Breaking change:
- Numbered instance variables are now prefixed with S3_ (S3_1_NAME,
S3_1_ENDPOINT, …) instead of just the number (1_NAME, …). The unnumbered
single-instance form is unchanged.
Features:
- Browse public buckets anonymously and list extra buckets per instance
with BUCKETS (#27) - Set a custom public URL template per instance with PUBLIC_URL (#94)
- Choose virtual-hosted or path-style addressing with BUCKET_LOOKUP (#82)
- Support public bucket policies in the policy editor
- Delete folders recursively
- Show upload progress
Fixes:
- Fall back to ListObjects v1 for providers without v2 support (#25)
- Fix pagination for larger buckets
- Escape percent signs in object URLs
- ENDPOINT now defaults to s3.amazonaws.com