This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +600
-10
lines changed Expand file tree Collapse file tree 5 files changed +600
-10
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ API Reference
1212
1313 Client <client >
1414 Bucket <bucket >
15+ Types <types >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3030# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3131# ones.
3232extensions = [
33+ "sphinx_toolbox.more_autodoc.autotypeddict" ,
3334 "sphinx.ext.autodoc" ,
3435 "sphinx.ext.napoleon" ,
3536 "sphinx.ext.extlinks" ,
You can’t perform that action at this time.
0 commit comments