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.
2 parents 52ab13c + a903b14 commit 9ebdfbeCopy full SHA for 9ebdfbe
Project.toml
@@ -1,6 +1,6 @@
1
name = "RustyObjectStore"
2
uuid = "1b5eed3d-1f46-4baa-87f3-a4a892b23610"
3
-version = "0.5.1"
+version = "0.5.2"
4
5
[deps]
6
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
src/RustyObjectStore.jl
@@ -444,6 +444,8 @@ struct AWSConfig <: AbstractConfig
444
445
if !isnothing(host)
446
params["minio_host"] = host
447
+ else
448
+ params["aws_virtual_hosted_style_request"] = "true"
449
end
450
451
if !use_instance_metadata && isnothing(access_key_id)
0 commit comments