Skip to content

Releases: sheerun/s3_file_field

1.3.0

12 Aug 21:26
Compare
Choose a tag to compare
  • [feature] Allow for forcing SSL
  • [feature] Allow for customizing the URL
  • [docs] Add progress callback in sample app

1.2.1

13 Mar 16:18
Compare
Choose a tag to compare
  • fix: Replace all occurencies of %2f to / (8ab968c)

1.2.0

10 Mar 23:17
Compare
Choose a tag to compare
  • replace %2F with / from URI returned from S3
  • replace http with https for returned URI

1.1.0

10 Mar 22:33
Compare
Choose a tag to compare
  • 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