3 Commits
6 ... 0.8

Author SHA1 Message Date
thintz
887319ad05 Release new version. 2013-07-17 09:34:02 -07:00
7b32156467 Fix put-string! and put-sexp!.
Thanks to Seth Alves for reporting the bug and providing a patch.
2013-07-17 09:07:46 -07:00
f1f2e2a663 version 6 2012-05-04 08:23:13 -07:00
3 changed files with 6 additions and 4 deletions

View File

@@ -6,3 +6,5 @@
(release "3")
(release "4")
(release "5")
(release "6")
(release "0.8")

View File

@@ -187,7 +187,7 @@
content-length: object-length no-xml: #t))
(define (put-string! bucket key string)
(put-object! bucket key (lambda () string) (string-length string) "text/plain"))
(put-object! bucket key (lambda () (display string)) (string-length string) "text/plain"))
(define (put-sexp! bucket key sexp)
(let-values (((res request-uri response) (put-string! bucket key (->string sexp))))

View File

@@ -11,5 +11,5 @@
; Files to install for your extension:
'("amazon-s3.o" "amazon-s3.so" "amazon-s3.import.so")
; Assoc list with properties for your extension:
'((version 5)
'((version 0.8)
(static "amazon-s3.o"))) ;; for static linking