Skip to content

Commit 081db64

Browse files
committed
Removes left over builder exports
1 parent 4e181bb commit 081db64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/RustyObjectStore.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
module RustyObjectStore
22

33
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
74

85
using Base.Libc.Libdl: dlext
96
using Base: @kwdef, @lock

0 commit comments

Comments
 (0)