mirror of
https://github.com/rclone/rclone.git
synced 2025-06-20 11:47:57 +02:00
chore: fix function name
Signed-off-by: jinjingroad <jinjingroad@sina.com>
This commit is contained in:
parent
4280ec75cc
commit
16f1e08b73
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user