V1.4.0 #7

Merged
ton merged 7 commits from v1.4.0 into main 2026-08-28 10:35:32 +00:00
Showing only changes of commit c293ec2181 - Show all commits
+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