This commit is contained in:
2026-08-28 08:29:07 +07:00
parent c4741140f5
commit ff757c19dd
+1 -1
View File
@@ -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