@@ -246,10 +246,8 @@ public function exists(array $options = [])
246
246
* are `true`, `false`, `md5` and `crc32`. If true, either md5 or
247
247
* crc32c will be chosen based on your platform. If false, no
248
248
* validation hash will be sent. Choose either `md5` or `crc32` to
249
- * force a hash method regardless of performance implications. In
250
- * PHP versions earlier than 7.4, performance will be very
251
- * adversely impacted by using crc32c unless you install the
252
- * `crc32c` PHP extension. **Defaults to** `true`.
249
+ * force a hash method regardless of performance implications.
250
+ * **Defaults to** `true`.
253
251
* @type int $chunkSize If provided the upload will be done in chunks.
254
252
* The size must be in multiples of 262144 bytes. With chunking
255
253
* you have increased reliability at the risk of higher overhead.
@@ -365,10 +363,8 @@ public function upload($data, array $options = [])
365
363
* are `true`, `false`, `md5` and `crc32`. If true, either md5 or
366
364
* crc32c will be chosen based on your platform. If false, no
367
365
* validation hash will be sent. Choose either `md5` or `crc32` to
368
- * force a hash method regardless of performance implications. In
369
- * PHP versions earlier than 7.4, performance will be very
370
- * adversely impacted by using crc32c unless you install the
371
- * `crc32c` PHP extension. **Defaults to** `true`.ß
366
+ * force a hash method regardless of performance implications.
367
+ * **Defaults to** `true`.
372
368
* @type string $predefinedAcl Predefined ACL to apply to the object.
373
369
* Acceptable values include, `"authenticatedRead"`,
374
370
* `"bucketOwnerFullControl"`, `"bucketOwnerRead"`, `"private"`,
0 commit comments