| 129 | } |
| 130 | |
| 131 | void S3BucketReader::close() { |
| 132 | if (this->upstreamReader != NULL) { |
| 133 | this->upstreamReader->close(); |
| 134 | this->upstreamReader = NULL; |
| 135 | } |
| 136 | |
| 137 | if (!this->keyList.contents.empty()) { |
| 138 | this->keyList.contents.clear(); |
| 139 | } |
| 140 | } |
no test coverage detected