question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

signedUrl interface is wrong, functionality is incomplete

See original GitHub issue

Environment details

  • OS: mac
  • Node.js version: 14.16
  • npm version: 14.16
  • @google-cloud/storage version: 5.14.0

Steps to reproduce

signedUrl interface is incoherent with the examples / tests https://github.com/googleapis/nodejs-storage/blob/653f4b488e8603e4008e51b45920fb7de7138eab/src/bucket.ts#L258 but it should also add remove, write, … as per https://github.com/googleapis/nodejs-storage/blob/939856680d279dcd9587328d0cc58f789b022f5a/system-test/storage.ts#L3610

Also i need a request to be able to create a getSignedUrl + set to file to ‘public’ + set cache in the metadata, there is no example of how to do either.

Thanks!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ddelgrosso1commented, Sep 2, 2021

Hi @flockonus,

A similar issue was brought up previously here. It offers a few ways to be able to upload items >= 32MB. Can you see if any of those suggestions will help you? Thank you.

0reactions
shaffeeullahcommented, Nov 1, 2021

For more information on bypassing the Cloud Run HTTP/1 32mb limit, please see this blog post: https://medium.com/google-cloud/bypass-the-cloud-run-32mb-limit-with-cloud-storage-65c24156189

Read more comments on GitHub >

github_iconTop Results From Across the Web

s3 pre-signed url Javascript Code not Returning Full url
I've had a similar issue. When the AWS SDK returns https://s3.amazonaws.com/ it is because of the machine not having the proper permissions.
Read more >
Using signed URLs - Amazon CloudFront - AWS Documentation
A signed URL includes additional information, for example, an expiration date and time, that gives you more control over access to your content....
Read more >
S3: Support for multipart upload using presigned url #1603
The S3 blog has a post about Managed Uploads which intelligently chunk the upload but that doesn't seem to have any param for...
Read more >
Use signed URLs | Cloud CDN - Google Cloud
This page provides an overview of signed URLs and instructions for using them with Cloud CDN. Signed URLs give time-limited resource access to...
Read more >
Troubleshoot SAML Configurations - Auth0
This error typically occurs because the ACS URL configured in the IdP used the default ... That the Sign In URL is the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found