File tree Expand file tree Collapse file tree 9 files changed +64
-0
lines changed Expand file tree Collapse file tree 9 files changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ # AWS S3
2
+
3
+ ::: async_tiff.store.S3Store
4
+ ::: async_tiff.store.S3ConfigInput
5
+ options:
6
+ show_if_no_docstring: true
7
+ ::: async_tiff.store.S3Config
8
+ options:
9
+ show_if_no_docstring: true
10
+ ::: async_tiff.store.S3Credential
11
+ ::: async_tiff.store.S3CredentialProvider
Original file line number Diff line number Diff line change
1
+ # Microsoft Azure
2
+
3
+ ::: async_tiff.store.AzureStore
4
+ ::: async_tiff.store.AzureAccessKey
5
+ ::: async_tiff.store.AzureConfigInput
6
+ options:
7
+ show_if_no_docstring: true
8
+ ::: async_tiff.store.AzureConfig
9
+ options:
10
+ show_if_no_docstring: true
11
+ ::: async_tiff.store.AzureSASToken
12
+ ::: async_tiff.store.AzureBearerToken
13
+ ::: async_tiff.store.AzureCredential
14
+ ::: async_tiff.store.AzureCredentialProvider
Original file line number Diff line number Diff line change
1
+ # Configuration
2
+
3
+ ::: async_tiff.store.ClientConfig
4
+ ::: async_tiff.store.BackoffConfig
5
+ ::: async_tiff.store.RetryConfig
Original file line number Diff line number Diff line change
1
+ # Google Cloud Storage
2
+
3
+ ::: async_tiff.store.GCSStore
4
+ ::: async_tiff.store.GCSConfigInput
5
+ options:
6
+ show_if_no_docstring: true
7
+ ::: async_tiff.store.GCSConfig
8
+ options:
9
+ show_if_no_docstring: true
10
+ ::: async_tiff.store.GCSCredential
11
+ ::: async_tiff.store.GCSCredentialProvider
Original file line number Diff line number Diff line change
1
+ # HTTP
2
+
3
+ ::: async_tiff.store.HTTPStore
Original file line number Diff line number Diff line change
1
+ # ObjectStore
2
+
3
+ ::: async_tiff.store.from_url
4
+ ::: async_tiff.store.ObjectStore
Original file line number Diff line number Diff line change
1
+ # Local
2
+
3
+ ::: async_tiff.store.LocalStore
Original file line number Diff line number Diff line change
1
+ # Memory
2
+
3
+ ::: async_tiff.store.MemoryStore
Original file line number Diff line number Diff line change @@ -22,6 +22,16 @@ extra:
22
22
23
23
nav :
24
24
- " index.md"
25
+ - API Reference :
26
+ - async-tiff.store :
27
+ - api/store/index.md
28
+ - api/store/aws.md
29
+ - api/store/gcs.md
30
+ - api/store/azure.md
31
+ - api/store/http.md
32
+ - api/store/local.md
33
+ - api/store/memory.md
34
+ - api/store/config.md
25
35
# - API Reference:
26
36
# - api/rtree.md
27
37
# - api/kdtree.md
You can’t perform that action at this time.
0 commit comments