lp:~jkakar/txaws/unbreak-error-wrapper

Created by Jamu Kakar and last modified
Get this branch:
bzr branch lp:~jkakar/txaws/unbreak-error-wrapper
Only Jamu Kakar can upload to this branch. If you are Jamu Kakar please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jamu Kakar
Project:
txAWS
Status:
Merged

Recent revisions

81. By Jamu Kakar

- Conditionally import xml.etree.ElementTree.ParseError. If it isn't
  available import xml.parsers.expat.ExpatError.

80. By Jamu Kakar

- An xml.etree.ElementTree.ParseError raised when attempting to parse
  an XML response payload in error wrappers is correctly caught and
  handled [f=759892] [trivial].

79. By Gustavo Niemeyer

Merged s3-bucket-paths [a=niemeyer] [r=jkakar] [f=759897]

It is now possible to use S3 with implementations that only provide IP
address-based accesss (instead of URL-based).

78. By Zooko Wilcox-O'Hearn

Merged 745991-declare-dependency-on-epsilon [a=zooko] [r=jkakar] [f=745991]

Epsilon is added as an install_requires if setuptools is imported.

77. By Drew Smathers

Merged 641620-acls [a=djfroofy] [r=jkakar] [f=641620]

New S3Client methods get_bucket_acl, put_bucket_acl and get_object_acl
return and update information about ACLs.

76. By Drew Smathers

Merged 485533-reqestpayment [a=djfroofy] [r=jkakar] [f=485533]

New S3Client.get_request_payment and S3Client.put_request_payment
methods get and set payment information, respectively. A new
RequestPayment model object represents payment information and can
generate and be built from a RequestPaymentConfiguration XML document.

75. By Drew Smathers

Merged 485535-s3buckeloc [a=djfroofy] [r=jkakar] [f=485535]

A new S3Client.get_bucket_location function makes a request to fetch a
bucket's region. A Deferred is returned with region name, retrieved
by parsing the returned LocationConstraint XML document.

74. By Drew Smathers

Merged 86392-s3copyobj [a=djfroofy] [r=jkakar] [f=486392]

A new S3Client.copy_object method can be used to copy an object from
one bucket to another.

73. By Drew Smathers

Merged 640098-amazon-headers [a=djfroofy] [r=jkakar] [f=640098]

S3Client.put_object accepts a new 'amz_headers' dict parameter that
can be used to specifiy x-amz-* headers to pass to S3, such as
{"acl": "public-read"}, for example.

72. By Zooko Wilcox-O'Hearn

Merged 742947-skip-tests-relying-on-epsilon [a=zooko] [r=jkakar] [f=742947]

Conditional imports make txAWS when S3Client can't be imported due to
missing dependencies.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:txaws
This branch contains Public information 
Everyone can see this information.

Subscribers