I have multiple apps and each app has different cachecontrol requirement. get_object_parameters provides us. But it will be big change for codebase. Instead is it possible to pass cachecontrol to constructor e.g
S3Boto3Storage(**options = {
'bucket_name': 'abc',
'querystring_expire': 172800,
'cachecontro': 'max-age=12000',
'location': 'LINTING',
})
Right now its not working need to add this functionality in package.