Commit 73ba2c0
authored
docs(services/s3): fix inverted comment on disable_list_objects_v2 (#7820)
The first line of the doc comment said disabling list objects v2 makes
OpenDAL 'not use the older List Objects V1', which is the opposite of the
actual behavior. Setting disable_list_objects_v2 = true makes the backend
select S3ListerV1, i.e. it falls back TO the older List Objects V1.
Fix the wording to 'fall back to the older List Objects V1' to match the
code and the following sentence about legacy services not supporting V2.1 parent a004995 commit 73ba2c0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
0 commit comments