v3.1.2
What's Changed
- add config for upload to posts, pages and libraries by @atmonshi in #156
now you can pass the disk and dir:
SkyPlugin::make()
->uploadDisk('s3')
->uploadDirectory('sky') // will be used for all: pages, posts and libraries
Full Changelog: v3.1.1...v3.1.2