Handbook
Glossary
Amazon S3
The
s3
vocabulary provides a wrapper to the Amazon Simple Storage Service API.
To use the api you must set the variables
key-id
and
secret-key
to your Amazon S3 key and secret key respectively. Once this is done you can call any of the words below.
buckets
( -- seq )
create-bucket
( bucket -- )
delete-bucket
( bucket -- )
keys
( bucket -- seq )
get-object
( bucket key -- response data )
put-object
( data mime-type bucket key headers -- )
delete-object
( bucket key -- )