You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assetic can be used with S3 directly using a stream wrapper. The problem is that the content-type is not set correctly.
To solve this ideally I would write my one AssetWriter, that check the mime type and sets the content-type, but it seems it is not possible to configure another assetwriter and even assetwriter does not implement any interface.
The text was updated successfully, but these errors were encountered:
Assetic can be used with S3 directly using a stream wrapper. The problem is that the content-type is not set correctly.
To solve this ideally I would write my one AssetWriter, that check the mime type and sets the content-type, but it seems it is not possible to configure another assetwriter and even assetwriter does not implement any interface.
The text was updated successfully, but these errors were encountered: