From ff757c19dd59d33d3fa123f3d1511b0556f93c8d Mon Sep 17 00:00:00 2001 From: narawat Date: Fri, 28 Aug 2026 08:29:07 +0700 Subject: [PATCH] update --- src/garageS3.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/garageS3.jl b/src/garageS3.jl index 8364771..3359084 100644 --- a/src/garageS3.jl +++ b/src/garageS3.jl @@ -221,7 +221,7 @@ function put_file(storage::GarageStorage, key::String, data::Union{String, Vecto println("Successfully uploaded: ", key) # file download URL - objURL = "$(pf.storage.config.endpoint)/$(pf.storage.bucket)/$key" + objURL = "$(storage.config.endpoint)/$(storage.bucket)/$key" return objURL end