bricolages / bricolage

AWS-oriented Data Warehouse Framework
114 stars 20 forks source link

[WIP] Retry Bucket#objects() when invalid XML returned #83

Closed shimpeko closed 7 years ago

shimpeko commented 7 years ago

Bucket#objects may throw Aws::Xml::Parser::ParsingError when S3 API returned invalid XML. ref. http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html

I added retry block since this exception can be retried.

shimpeko commented 7 years ago

対応しました