-
Notifications
You must be signed in to change notification settings - Fork 499
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
RFC-5313: Remove Metakey #5313
RFC-5313: Remove Metakey #5313
Conversation
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally LGTM
Co-authored-by: Qinxuan Chen <[email protected]>
All suggestions have been applied. Please review again, thanks! |
let entries = op.list("path").await?; | ||
for entry in entries { | ||
let mut meta = entry.metadata(); | ||
if !op.metadata_capability().etag { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on this usage, it seems to be the metadata capability of the list
operation ?
Which issue does this PR close?
Result of #5287
Rationale for this change
New RFC.
What changes are included in this PR?
Are there any user-facing changes?
Not yet.