Changes between Version 2 and Version 3 of Ticket #27590, comment 9
- Timestamp:
- Nov 17, 2020, 4:00:18 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27590, comment 9
v2 v3 25 25 }}} 26 26 27 Using a storage covers the ''separate s3 bucket'' use-case (and similar) but also avoids the cumbersome [https://github.com/django/django/pull/12187/files#diff-f5c7100e3528e9f6edb98cd5a3d33133bdde6286a89fa472f89980fb07364a8eR366 ManifestHandler wrapper from the initial PR here].27 Using a storage, rather than just giving a path, covers the ''separate s3 bucket'' use-case (and similar) but also avoids the cumbersome [https://github.com/django/django/pull/12187/files#diff-f5c7100e3528e9f6edb98cd5a3d33133bdde6286a89fa472f89980fb07364a8eR366 ManifestHandler wrapper from the initial PR here]. 28 28 29 29 I think with that, and tests, and documentation of the new parameter, with an example of how to configure it, we'd have a fix here. (That the configuration is a little cumbersome would hopefully spur renewed interest in pushing forward with #26029.)