You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
703 B

  1. # Bust your current installed site with media cloud s3
  2. if you have a many file uploaded to local website dir, you might help with this plugin.
  3. For install plugin via composer you need preinstalled composer/installers
  4. ## How transform?
  5. After install plugin - navigate in media cloud setting "Media cloud -> Convert local to S3"
  6. This solution converting only uploads metadata. At that moment wpstudio-media-cloud-transform not automatically uploads your local files to S3-server.
  7. It means you need manually copy files to s3 server, example in "media" bucket.
  8. # S3 minio file structure
  9. Create bucket "media" on your S3 minio server.
  10. Sync `wp-content/uploads/` to `_data/media/` on your s3-volume.