koushiro opened a new pull request, #5258: URL: https://github.com/apache/opendal/pull/5258
# Which issue does this PR close? No # Rationale for this change The `metadata` method of `LayeredAccess` and `info` method of `LayeredAccess` is misaligned. we used to use `metadata` and changed it to `info`. # What changes are included in this PR? - rename `metadata` method of `trait LayeredAccess`: `fn metadata(&self) -> Arc<AccessorInfo>` => `fn info(&self) -> Arc<AccessorInfo>` # Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!--- If there are any breaking changes to public APIs, please add the `breaking-changes` label. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org