update docs

This commit is contained in:
2026-08-28 08:25:21 +07:00
parent 86b8582584
commit 27703c3324
+2 -2
View File
@@ -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"
```