Sha256: 908f3b1e8630803658467de5b80b5a260eb9124e906bd620b393221d43d5c74c
Contents?: true
Size: 457 Bytes
Versions: 1
Compression:
Stored size: 457 Bytes
Contents
module S3 module S3Exception class MethodNotAvailable < Exception end class MissingRequiredHeaders < Exception end class UnsupportedCannedACL < Exception end class UnsupportedHTTPMethod < Exception end class MalformedBucketName < Exception end class MissingResource < Exception end class BucketListingMaxKeysError < Exception end class InvalidBucketListing < Exception end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
s33r-0.2 | lib/s33r/s3_exception.rb |