Amazon S3 configuration
Rocket LMS supports S3 servers.
You should edit the .env file and put your credentials:
#External Storage (S3)
MINIO_KEY=
MINIO_SECRET=
MINIO_REGION=
MINIO_BUCKET=
MINIO_ENDPOINT=
You can get the following credentials from the AWS panel.
Example for endpoint: https://s3.us-east-1.amazonaws.com
The S3 service is only for course files (e.g. video files).
When you define a course part, you need to select the S3 as the upload source.
If the instructor selects the S3 during the upload process as the file source, the video file will be directly uploaded to the S3 bucket. It won't be stored on your server.
