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.
1 parent 4e181bb commit 081db64Copy full SHA for 081db64
src/RustyObjectStore.jl
@@ -1,9 +1,6 @@
1
module RustyObjectStore
2
3
export init_object_store, get_object!, put_object, StaticConfig, ClientOptions, Config, AzureConfig, AWSConfig
4
-export ConfigBuilder, with_request_timeout_secs, with_connect_timeout_secs, with_max_retries, with_retry_timeout_secs,
5
- azure, with_container_name, with_storage_account_name, with_storage_account_key, with_storage_sas_token, build,
6
- aws, with_bucket_name, with_region, with_access_key, with_sts_token
7
8
using Base.Libc.Libdl: dlext
9
using Base: @kwdef, @lock
0 commit comments