Skip to content

[Update] GET /object-storage/buckets/{clusterId}/{bucket}/object-list #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

leslitagordita
Copy link
Contributor

@leslitagordita leslitagordita commented Sep 19, 2019

  • Add next_marker and is_truncated properties.

Add `next_marker` and `is_truncated` properties.
@hzoppetti hzoppetti requested a review from yoshizzle September 19, 2019 16:12
openapi.yaml Outdated
@@ -9151,8 +9151,9 @@ paths:
required: false
description: >
The "marker" for this request, which can be used to paginate through large buckets.
This should be the name of the last object on the last page of results. Listing
bucket contents *does not* support arbitrary page access.
This should be the name of the last object in the last page of results. Listing
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should actually be the next_marker returned with the last page; these original instructions are only usually accurate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Dorthu. Updated for your review.

Fix the description for `marker`
@hzoppetti hzoppetti merged commit 7480e9f into linode:development Sep 20, 2019
LBGarber pushed a commit to LBGarber/linode-api-docs that referenced this pull request Jun 15, 2022
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.

3 participants