Handbook
Glossary
bucket-url ( bucket -- string )
Vocabulary
s3
.
private
Inputs
bucket
an
object
Outputs
string
an
object
Definition
USING:
make
;
IN:
s3.private
:
bucket-url
( bucket -- string )
[
"https://"
%
%
".s3.amazonaws.com/"
%
]
""
make
;