]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/s3/s3.factor
factor: add newlines to .factor files
[factor.git] / extra / s3 / s3.factor
index 153d638ca1e6bbb9c30797c39ffda7e7e840eeea..8dac6ba26d474307f34623474ccad79a3b75cac5 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors assocs base64 calendar calendar.format
 calendar.parser checksums.hmac checksums.sha combinators http
 http.client kernel make math.order namespaces sequences
-sequences.extras sorting sorting.slots strings xml xml.traversal ;
+sorting sorting.slots strings xml xml.traversal ;
 IN: s3
 
 SYMBOL: key-id
@@ -137,4 +137,5 @@ PRIVATE>
 
 : bucket>alist ( bucket -- alist )
     dup keys
-    [ name>> get-object nip ] with map-zip ;
\ No newline at end of file
+    [ name>> get-object nip ] with zip-with ;
+