$fileName = $file->storePublicly('images/media', [ 'disk' => 's3' ]);
$path = $request->file('avatar')->store( 'avatars', 'public' );