Releases: sheerun/s3_file_field
Releases · sheerun/s3_file_field
1.3.0
- [feature] Allow for forcing SSL
- [feature] Allow for customizing the URL
- [docs] Add progress callback in sample app
1.2.1
- fix: Replace all occurencies of %2f to / (8ab968c)
1.2.0
- replace %2F with / from URI returned from S3
- replace http with https for returned URI
1.1.0
- Better handling of spaces and special characters in file names (#15)
key_starts_with
works in global config
region
option is available in global config
- sample application available for development and testing