Handbook
Glossary
buckets ( -- seq )
Amazon S3
Next:
create-bucket ( bucket -- )
Vocabulary
s3
Inputs
None
Outputs
seq
a sequence of
bucket
objects
Word description
Returns a list of
bucket
objects containing data on the buckets available on S3.
Examples
USING: s3 ; buckets .
{ }
Definition
USING:
kernel
s3.private
strings
xml
;
IN:
s3
:
buckets
( -- seq )
f
"/"
H{
}
clone
s3-get
nip
>string
string>xml
(buckets)
;