mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
35 lines
616 B
Plaintext
35 lines
616 B
Plaintext
/- zer=s3-0
|
|
|%
|
|
++ past
|
|
|%
|
|
++ zero zer
|
|
--
|
|
+$ credentials
|
|
$: endpoint=@t
|
|
access-key-id=@t
|
|
secret-access-key=@t
|
|
==
|
|
::
|
|
+$ configuration
|
|
$: buckets=(set @t)
|
|
current-bucket=@t
|
|
region=@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]
|
|
[%set-region region=@t]
|
|
==
|
|
::
|
|
+$ update
|
|
$% [%credentials =credentials]
|
|
[%configuration =configuration]
|
|
action
|
|
==
|
|
--
|