Compare commits
3 Commits
test-githu
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| ac00262e46 | |||
| 2081a41bd2 | |||
|
|
eb28ee2a96 |
8
README.md
Normal file
8
README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
chicken-scheme-amazon-s3
|
||||
========================
|
||||
|
||||
Amazon S3 access from Chicken Scheme.
|
||||
|
||||
This project has been moved to
|
||||
https://github.com/sethalves/chicken-scheme-amazon-s3.
|
||||
Use it instead for submitting patches and pull requests instead.
|
||||
@@ -160,7 +160,8 @@
|
||||
((with-bucket bucket (func p1 ...))
|
||||
(func bucket p1 ...))
|
||||
((with-bucket bucket exp body ...)
|
||||
(begin (with-bucket bucket exp)
|
||||
(begin (print "I am deprecated.")
|
||||
(with-bucket bucket exp)
|
||||
(with-bucket bucket body ...)))))
|
||||
|
||||
(define (list-buckets)
|
||||
|
||||
Reference in New Issue
Block a user