This commit is contained in:
2026-08-28 07:32:12 +07:00
parent 6ea0d12187
commit c293ec2181
+1 -1
View File
@@ -432,7 +432,7 @@ function my_custom_upload(fileserver_url::String, dataname::String, data::Vector
end
env, msg_json = smartpack("my.subject", [("data", large_binary_data, "binary")], fileserver_upload_handler=my_custom_upload)
```
""" #WORKING adding garage S3 support
"""
function smartpack(
subject::String, # smartunpack's subject
data::AbstractArray{Tuple{String, T1, String}, 1}; # List of (dataname, data, type) tuples. Use data = Tuple{String, Any, String}[] for empty payloads