Hi,
i am using currently
STATICFILES_STORAGE = 'pipeline.storage.PipelineManifestStorage'
but want to move my data to s3.
STATICFILES_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'
Obviously this will break the "versioning" of my static files.
What can I do?