]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/s3/s3.factor
factor: trim using lists
[factor.git] / extra / s3 / s3.factor
index 153d638ca1e6bbb9c30797c39ffda7e7e840eeea..943ae30debafdc8da447e5c3bf18298b4dfa4c17 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,4 @@ 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 ;
\ No newline at end of file