© 2026 Hedgehog Software, LLC
Forms\Components\FileUpload::make('picture') ->disk('s3') ->directory('categories')
AWS_ACCESS_KEY_ID=something AWS_SECRET_ACCESS_KEY=something AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET=mybucketname AWS_USE_PATH_STYLE_ENDPOINT=true AWS_ENDPOINT=http://minio:9000 AWS_URL=http://localhost:9000/local
Storage::disk('s3')->put('categories/asd.txt','asd');