update
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user