Skip to content

Releases: saritasa-nest/saritasa-s3-tools

0.3.1

09 Dec 08:18
e2f5492
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

0.3.1

  • Manually validate length in S3UploadURLField
    This is needed so that in api specs there would be no length limit

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

18 Nov 04:17
a7940d1
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

0.3.0

  • Confirm support for python 3.13
  • Add get_s3_client shortcut for django module
  • Make pytest plugin auto-detect if it's django project, so that it could
    use django storage for s3 setup
  • Remove explicit max_length limit in S3UploadURLField
    It causes issues with auto spec generation and validation.
    Since it can return full urls with auth query, which can easily pass
    a limit specified in model field(which is by default 100), it causes
    confusion for openapi specs validators.

What's Changed

Full Changelog: 0.2.1...0.3.0

0.2.1

04 Oct 04:02
68b1501
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

0.2.1

  • Fix validators setup in S3FileFieldMixin

Full Changelog: 0.2.0...0.2.1

0.2.0

04 Oct 03:29
817bb74
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

0.2.0

  • Refactor and improve validation on keys in django module
  • Rename S3KeyWithUUID to WithPrefixUUIDFileName
  • Rename S3KeyWithPrefix to WithPrefixUUIDFolder

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

04 Sep 05:59
199be3f
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release

What's Changed

New Contributors

Full Changelog: https://github.com/saritasa-nest/saritasa-s3-tools/commits/0.1.0