storage-csharp
storage-csharp copied to clipboard
A C# implementation of Supabase's Object Storage API
# Bug report ## Describe the bug When uploading a file which is bigger than 5GB, on the Pro Plan with a global limit of 20GB the following error is...
# Feature request ## Problem I would like to store two types of configuration files, accessible from one bucket, through one auth key. It would also be convenient for a...
[Storage] Add support for 'download' parameter to CreateSignedUrl, CreateSignedUrls and GetPublicUrl
# Feature request Looking at the docs for the JS Sdk (https://supabase.com/docs/reference/javascript/storage-from-createsignedurl) under `options`, it is possible to provide a `download` request parameter to control whether the resulting URL(s) triggers...
# Bug report ## Describe the bug Hi. I am having an issue with the FileList function failing to find any files, while used against an endpoint checking header contents....
# Feature request ## Is your feature request related to a problem? Please describe. Implement the Copy functionality that is shown on https://supabase.com/docs/guides/storage/management/copy-move-objects ## Describe the solution you'd like Add...
Sorry if I am being dumb but I cannot find a way to cancel the upload. I would like to request a way to pass a Cancelation token to this?...
Description: The FileOptions class in the C# Supabase client does not support all the options available in the JavaScript Supabase client. This discrepancy limits feature parity between the two implementations,...
## What kind of change does this PR introduce? Adds new support for download options to allow `GetPublicUrl`, ´CreateSignedUrl` and `CreateSignedUrls` to support generating a url which contains download options....