| 174 | } |
| 175 | |
| 176 | bool S3ProxyOptions::Equals(const S3ProxyOptions& other) const { |
| 177 | return (scheme == other.scheme && host == other.host && port == other.port && |
| 178 | username == other.username && password == other.password); |
| 179 | } |
| 180 | |
| 181 | // ----------------------------------------------------------------------- |
| 182 | // AwsRetryStrategy implementation |