﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27541	Provide hooks to override manifest file storage in ManifestFilesMixin	Ryan Lopopolo	nobody	"My use case is that I would like to run collectstatic and store static assets in S3. However, I would like to store staticfiles.json locally so I can bake it into my deployment artifact.

It seems the only way to do this right now is to create a custom mixin [https://github.com/klis87/django-cloudinary-storage/blob/711af26702645dc42f2a3e59d69e37e690def0bf/cloudinary_storage/storage.py#L199 like this one] and override read_manifest and save_manifest to use a custom storage.

It seems the current behavior can be retained by using a FileSystemStorage with location = settings.STATIC_ROOT (aka self). Can we add a manifest_storage as an overridable property?"	New feature	closed	contrib.staticfiles	1.10	Normal	duplicate			Accepted	1	1	1	0	0	0
