mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
28 lines
522 B
Plaintext
28 lines
522 B
Plaintext
|%
|
|
+$ credentials
|
|
$: endpoint=@t
|
|
access-key-id=@t
|
|
secret-access-key=@t
|
|
==
|
|
::
|
|
+$ configuration
|
|
$: buckets=(set @t)
|
|
current-bucket=@t
|
|
==
|
|
::
|
|
+$ action
|
|
$% [%set-endpoint endpoint=@t]
|
|
[%set-access-key-id access-key-id=@t]
|
|
[%set-secret-access-key secret-access-key=@t]
|
|
[%add-bucket bucket=@t]
|
|
[%remove-bucket bucket=@t]
|
|
[%set-current-bucket bucket=@t]
|
|
==
|
|
::
|
|
+$ update
|
|
$% [%credentials =credentials]
|
|
[%configuration =configuration]
|
|
action
|
|
==
|
|
--
|