We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b956cf + 830fad6 commit a0bd2fcCopy full SHA for a0bd2fc
README.md
@@ -21,7 +21,7 @@ cargo add supabase-storage-rs
21
### Create a Storage Client
22
```rust
23
// You can manually pass in the values
24
-let auth_client = StorageClient::new(project_url, api_key, jwt_secret).unwrap();
+let auth_client = StorageClient::new(project_url, api_key).unwrap();
25
26
// Or you can use environment variables
27
// Requires `SUPABASE_URL` and`SUPABASE_API_KEY` environment variables
0 commit comments