-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
27 lines (16 loc) · 807 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This is ZS3, a library for working with Amazon's Simple Storage
Service (S3) and CloudFront service from Common Lisp.
For more information about S3, see:
http://aws.amazon.com/s3/
For more information about CloudFront, see:
http://aws.amazon.com/cloudfront/
For documentation of ZS3, including how to install and use, see
doc/index.html in this distribution, or visit:
http://www.xach.com/lisp/zs3/
If you have any questions or comments about ZS3, please contact me,
Zach Beane, at [email protected]. You can also discuss ZS3 on the ZS3
mailing list at http://groups.google.com/group/zs3-devel .
;;;;;;;;;;;;;;;;;;;;;;;
;; Added by WildBench;;
;;;;;;;;;;;;;;;;;;;;;;;
In personal use, some interesting issues happened in cn-north-1 region. So I have to fork it here to add a little bit code.