creocoder / yii2-flysystem

The Flysystem integration for the Yii framework.
Other
283 stars 76 forks source link

Asset manager S3 publish interface #43

Closed comradefuzz closed 4 years ago

comradefuzz commented 4 years ago

Struggling to have my assets published to S3. Asset manager relies on direct filesystem operations.

Solution Thought it would be covenient to have AssetManager which is capable to use flysystem as an abstraction to filesystem. Not sure if this feature will break S.O.L.I.D. but I don't see any reasonable places to make this happen.

schmunk42 commented 4 years ago

I think this is out-of-scope for this library. You could create a yii2-flysystem-asset-manager, which depends on this lib.