diff options
Diffstat (limited to 'weed/shell/command_s3_bucket_quota.go')
| -rw-r--r-- | weed/shell/command_s3_bucket_quota.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_bucket_quota.go b/weed/shell/command_s3_bucket_quota.go index 3301a8d0e..f6562453f 100644 --- a/weed/shell/command_s3_bucket_quota.go +++ b/weed/shell/command_s3_bucket_quota.go @@ -83,7 +83,7 @@ func (c *commandS3BucketQuota) Do(args []string, commandEnv *CommandEnv, writer } } - if err := filer_pb.UpdateEntry(client, &filer_pb.UpdateEntryRequest{ + if err := filer_pb.UpdateEntry(context.Background(), client, &filer_pb.UpdateEntryRequest{ Directory: filerBucketsPath, Entry: bucketEntry, }); err != nil { |
