@@ -28,14 +28,14 @@ method.
28
28
29
29
The bucket can be constructed with various options:
30
30
31
- - ``bucketName`` determines the prefix for the bucket's metadata and chunk
32
- collections. The default value is ``"fs"``.
33
- - ``chunkSizeBytes`` determines the size of each chunk. GridFS divides the
34
- file into chunks of this length, except for the last, which is only as large
35
- as needed. The default size is ``261120`` (i.e. 255 KiB).
36
- - ``readConcern``, ``readPreference`` and ``writeConcern`` options can be used
37
- to specify defaults for read and write operations, much like the
38
- :phpclass:`MongoDB\\GridFS\\Collection` options.
31
+ - ``bucketName`` determines the prefix for the bucket's metadata and chunk
32
+ collections. The default value is ``"fs"``.
33
+ - ``chunkSizeBytes`` determines the size of each chunk. GridFS divides the file
34
+ into chunks of this length, except for the last, which is only as large as
35
+ needed. The default size is ``261120`` (i.e. 255 KiB).
36
+ - ``readConcern``, ``readPreference`` and ``writeConcern`` options can be used
37
+ to specify defaults for read and write operations, much like the
38
+ :phpclass:`MongoDB\\GridFS\\Collection` options.
39
39
40
40
Uploading Files with Writable Streams
41
41
-------------------------------------
0 commit comments