From 27703c3324d9b9bafe74f08a7f0187ea8eeee91c Mon Sep 17 00:00:00 2001 From: narawat Date: Fri, 28 Aug 2026 08:25:21 +0700 Subject: [PATCH] update docs --- src/garageS3.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ```