提交 43fc7b47 编写于 作者: G George Claghorn

GCS service: skip unnecessary bucket lookups

上级 b9eda004
......@@ -131,7 +131,7 @@ def stream(key)
end
def bucket
@bucket ||= client.bucket(config.fetch(:bucket))
@bucket ||= client.bucket(config.fetch(:bucket), skip_lookup: true)
end
def client
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册