Presigned Urls
If you are looking for a way to allow external users to download objects from your bucket, you should check out Get object with presigned urlGet an Object using the StorageSyncClient
The example belows shows how we would get an object/file called list-of-cats.txt and save it to a file called list-of-cats.txt.index.ts
Examples
Below is an example of how we would use streams to download a big file without having to load it all into memory.index.ts