Skip to content

Commit

Permalink
Merge pull request #107 from supabase-community/anand/sign-upload-urls
Browse files Browse the repository at this point in the history
feat: methods for signed url uploads
  • Loading branch information
anand2312 committed Jun 12, 2023
2 parents e5df2ff + 2b65b0e commit d4757d2
Show file tree
Hide file tree
Showing 10 changed files with 845 additions and 17 deletions.
1 change: 1 addition & 0 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ API Reference

Client <client>
Bucket <bucket>
Types <types>
25 changes: 25 additions & 0 deletions docs/api/types.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
=====
Types
=====
The structures of the data returned or required by various API calls are described here.


Responses
=========
.. autotypeddict:: storage3.types.SignedUploadURL

Options
=======
.. autotypeddict:: storage3.types.CreateOrUpdateBucketOptions

.. autotypeddict:: storage3.types.ListBucketFilesOptions

.. autotypeddict:: storage3.types.TransformOptions

.. autotypeddict:: storage3.types.CreateSignedURLOptions

.. autotypeddict:: storage3.types.CreateSignedURLsOptions

.. autotypeddict:: storage3.types.FileOptions

.. autotypeddict:: storage3.types._sortByType
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinx_toolbox.more_autodoc.autotypeddict",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx.ext.extlinks",
Expand Down
Loading

0 comments on commit d4757d2

Please sign in to comment.