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