signedUrl interface is wrong, functionality is incomplete
See original GitHub issueEnvironment 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:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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