Skip to content

Commit

Permalink
Update src/GridFS/Bucket.php
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Mikola <[email protected]>
  • Loading branch information
GromNaN and jmikola authored Dec 13, 2023
1 parent 701f00f commit 64067b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GridFS/Bucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -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://<bucket-alias>/<filename>
*
* Read operations will always target the most recent revision of a file.
Expand Down

0 comments on commit 64067b3

Please sign in to comment.