2 ;;;; Copyright (c) 2008, 2015 Zachary Beane, All Rights Reserved
4 ;;;; Redistribution and use in source and binary forms, with or without
5 ;;;; modification, are permitted provided that the following conditions
8 ;;;; * Redistributions of source code must retain the above copyright
9 ;;;; notice, this list of conditions and the following disclaimer.
11 ;;;; * Redistributions in binary form must reproduce the above
12 ;;;; copyright notice, this list of conditions and the following
13 ;;;; disclaimer in the documentation and/or other materials
14 ;;;; provided with the distribution.
16 ;;;; THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESSED
17 ;;;; OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 ;;;; WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 ;;;; ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
20 ;;;; DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 ;;;; DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
22 ;;;; GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23 ;;;; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
24 ;;;; WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25 ;;;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26 ;;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 ;; In documentation order and grouping:
34 (:export
#:*credentials
*
40 #:request-error-response
45 (:export
#:all-buckets
56 (:export
#:query-bucket
57 #:continue-bucket-query
87 #:object-restoration-status
)
102 (:export
#:enable-logging-to
110 #:*keep-alive-stream
*
121 (:export
#:octet-vector
133 #:precondition-failed
134 #:invalid-bucket-name
139 #:invalid-logging-target
141 #:request-time-skewed
143 #:no-such-lifecycle-configuration
144 #:restore-already-in-progress
146 ;; Cloudfront distribution management
151 #:default-root-object
158 #:create-distribution
159 #:delete-distribution
166 #:distributions-for-bucket
171 #:distribution-error-type
172 #:distribution-error-code
173 #:distribution-error-http-status-code
174 #:distribution-error-detail
175 #:distribution-not-disabled
176 #:cname-already-exists
177 #:too-many-distributions
)
179 (:shadowing-import-from
#:cxml