mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 23:38:51 +02:00
chore: fix function name
Signed-off-by: jinjingroad <jinjingroad@sina.com>
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user