1
0
mirror of https://github.com/rclone/rclone.git synced 2025-11-23 21:44:49 +02:00

chore: fix function name

Signed-off-by: jinjingroad <jinjingroad@sina.com>
This commit is contained in:
jinjingroad
2025-06-19 12:32:44 +08:00
committed by albertony
parent 4280ec75cc
commit 16f1e08b73

View File

@@ -922,7 +922,7 @@ func (o *Object) setMetadata(resp *file.GetPropertiesResponse) {
}
}
// readMetaData gets the metadata if it hasn't already been fetched
// getMetadata gets the metadata if it hasn't already been fetched
func (o *Object) getMetadata(ctx context.Context) error {
resp, err := o.fileClient().GetProperties(ctx, nil)
if err != nil {