Skip to content

Commit

Permalink
chore(storage): add missing header to v4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed Oct 2, 2020
1 parent 39b94a7 commit a1842e7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -227,6 +227,7 @@
file = bucket.file "CloudLogoFileSignedUrlPost.png", skip_lookup: true
url = file.signed_url method: "POST",
expires: five_min_from_now,
headers: { "x-goog-resumable" => "start"},
version: :v4

uri = URI url
Expand Down

0 comments on commit a1842e7

Please sign in to comment.