class Google::Cloud::Storage::File::SignerV4

def bucket_path path_style

The external path to the bucket, with trailing slash.
#
def bucket_path path_style
  "/#{@bucket_name}/" if path_style
end