wpstudio / wpstudio-media-cloud-transform
Convert attachment meta to compatible with Media Cloud S3
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Type:wordpress-plugin
pkg:composer/wpstudio/wpstudio-media-cloud-transform
Requires
- guzzle/http: ^3.7@dev
- symfony/event-dispatcher: 4.4.x-dev
- vlucas/phpdotenv: 5.4.x-dev
This package is not auto-updated.
Last update: 2025-10-27 21:34:48 UTC
README
if you have a many file uploaded to local website dir, you might help with this plugin.
For install plugin via composer you need preinstalled composer/installers
How transform?
After install plugin - navigate in media cloud setting "Media cloud -> Convert local to S3"
This solution converting only uploads metadata. At that moment wpstudio-media-cloud-transform not automatically uploads your local files to S3-server. It means you need manually copy files to s3 server, example in "media" bucket.
S3 minio file structure
Create bucket "media" on your S3 minio server.
Sync wp-content/uploads/ to _data/media/ on your s3-volume.