From 64067b3ce2cbf0e6b08551c04af6bd1be2122de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Wed, 13 Dec 2023 17:16:01 +0100 Subject: [PATCH] Update src/GridFS/Bucket.php Co-authored-by: Jeremy Mikola --- src/GridFS/Bucket.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GridFS/Bucket.php b/src/GridFS/Bucket.php index bd6f0f037..763d8392f 100644 --- a/src/GridFS/Bucket.php +++ b/src/GridFS/Bucket.php @@ -596,6 +596,7 @@ public function openUploadStream(string $filename, array $options = []) * For applications that need to interact with GridFS using only a filename * string, a bucket can be registered with an alias. Files can then be * accessed using the following pattern: + * * gridfs:/// * * Read operations will always target the most recent revision of a file.