Skip to content

docs(ufs): document s3.list_objects_version parameter for S3 mounts#70

Merged
lzjqsdd merged 1 commit into
CurvineIO:mainfrom
yangyang233333:docs/s3-list-objects-version
Jun 29, 2026
Merged

docs(ufs): document s3.list_objects_version parameter for S3 mounts#70
lzjqsdd merged 1 commit into
CurvineIO:mainfrom
yangyang233333:docs/s3-list-objects-version

Conversation

@yangyang233333

Copy link
Copy Markdown
Contributor

Document the new s3.list_objects_version mount parameter in the UFS user manual, alongside the existing S3 parameters.

v2 (default) uses ListObjects V2. Set to v1 for buckets that are incompatible with V2 listing — notably Baidu BOS, which returns IsTruncated=true without a NextContinuationToken, making the V2 lister loop forever so the mount appears to hang. V1 listing uses the last object key as the marker and works around such services.

Documents the option added in CurvineIO/curvine#936. Follows the same location/style as #66 (s3.force.path.style).

@yangyang233333

Copy link
Copy Markdown
Contributor Author

@szbr9486 @bigbigxu @jlon

@lzjqsdd lzjqsdd merged commit 93c8e5e into CurvineIO:main Jun 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants