From 4466320927d1541a4193432e7dbf62c742b9663d Mon Sep 17 00:00:00 2001 From: narawat Date: Fri, 28 Aug 2026 08:30:46 +0700 Subject: [PATCH] update --- src/garageS3.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/garageS3.jl b/src/garageS3.jl index 3359084..47510e1 100644 --- a/src/garageS3.jl +++ b/src/garageS3.jl @@ -196,8 +196,8 @@ end The data to upload. # Return -- `Nothing` if the key contains slashes (upload aborted with warning). -- Prints a success message if the upload completes. +- `String`: The file download URL if the upload succeeds. +- `nothing` if the key contains slashes (upload aborted with warning). # Notes - Slashes in keys are prohibited to prevent S3 listing issues. Use a flat naming