shrub/pkg/arvo/sur/s3.hoon
2020-04-24 12:19:01 -04:00

15 lines
161 B
Plaintext

|%
+$ credentials
$: api-key=@t
==
::
+$ action
$% [%set-api-key api-key=@t]
==
::
+$ update
$% [%credentials =credentials]
action
==
--