Releases: LiveUI/S3
Releases · LiveUI/S3
3.0.1
4.0.0-alpha.1
Vapor 4 support
Thanks @calebkleveter
3.0.0
3.0.0-RC3.2
- copy file
- move file
- small fixes
Added Support for Custom Hosts/Regions
- initialize region with custom host/port (e.g. 127.0.0.1:9000)
- disable TLS/https for custom host
- subdomain-buckets for custom host are disabled
- this is tested with Minio object storage server
3.0.0-RC3.0.1 - Fixing dependencies
Merge pull request #9 from Cellane/patch-1 Hopefully fixed dependency issue
Fixes + URL method on client
- Added client method to retrieve a file URL
- Fixes for Linux / Heroku
RC2
Improvements, bugfixes & cleaning
3.0.0-RC1.0.2 bugix + custom signer
All methods work
- Listing buckets
- Create bucket
- Delete bucket
- List objects
- Upload file
- Get file
- Delete file
- Object info (HEAD)
- Object info (ACL)