diff --git a/src/garageS3.jl b/src/garageS3.jl index fe08b6b..f213500 100644 --- a/src/garageS3.jl +++ b/src/garageS3.jl @@ -159,8 +159,8 @@ end # Examples ```jldoctest julia> storage1 = GarageStorage("https://s3-api.yiem.cc", "GKb08015", "55114ff94828febca1", "sommpanion-s3") - -julia> url = storage1("test.json", "{\"status\": \"active\"}") +julia> put_file1 = put_file(storage1) +julia> downloadUrl = put_file1("test.json", "{\"status\": \"active\"}") Successfully uploaded: test.json "https://s3-api.yiem.cc/sommpanion-s3/test.json" ```