Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit d4757d2

Browse files
authored
Merge pull request #107 from supabase-community/anand/sign-upload-urls
feat: methods for signed url uploads
2 parents e5df2ff + 2b65b0e commit d4757d2

File tree

10 files changed

+845
-17
lines changed

10 files changed

+845
-17
lines changed

docs/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ API Reference
1212

1313
Client <client>
1414
Bucket <bucket>
15+
Types <types>

docs/api/types.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
=====
2+
Types
3+
=====
4+
The structures of the data returned or required by various API calls are described here.
5+
6+
7+
Responses
8+
=========
9+
.. autotypeddict:: storage3.types.SignedUploadURL
10+
11+
Options
12+
=======
13+
.. autotypeddict:: storage3.types.CreateOrUpdateBucketOptions
14+
15+
.. autotypeddict:: storage3.types.ListBucketFilesOptions
16+
17+
.. autotypeddict:: storage3.types.TransformOptions
18+
19+
.. autotypeddict:: storage3.types.CreateSignedURLOptions
20+
21+
.. autotypeddict:: storage3.types.CreateSignedURLsOptions
22+
23+
.. autotypeddict:: storage3.types.FileOptions
24+
25+
.. autotypeddict:: storage3.types._sortByType

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3131
# ones.
3232
extensions = [
33+
"sphinx_toolbox.more_autodoc.autotypeddict",
3334
"sphinx.ext.autodoc",
3435
"sphinx.ext.napoleon",
3536
"sphinx.ext.extlinks",

0 commit comments

Comments
 (0)