PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Is there a guide for switching Wave 3 to S3 filesystem?

chrisd

Nov 17th, 2024 01:32 PM

Hi, Is there a guide for switching Wave 3 to S3 filesystem?

I have an AWS S3 account setup. I know how to configure laravel to use it. But, I would like to know the steps to perform after install.

I'm guessing that part of the process will be to to get the current storage files up into that bucket. And, some way of testing it's all going to work.

bobbyiliev

Nov 18th, 2024 01:48 AM

Hey!

Good quesiton! The S3 setup for Wave should be as the exact same as for any other Laravel application:

  • Setup S3 driver as described in the Laravel docs:

Laravel S3 Driver Configuration

  • Then as Wave uses Filament, you will have to set the FILAMENT_FILESYSTEM_DISK to match your S3 disk as per the Filament docs here

  • Finally to upload the files from the local storage to S3, you can use any S3 CLI tool like s3cmd or a GUI client like Transmit or Cyberduck.

This should do it! Let me know how it goes.

- Bobby

Report
1