Skip to content

Commit cf43344

Browse files
committed
Fix build error
1 parent 1df4cf8 commit cf43344

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎engine/schema/src/com/cloud/storage/S3VO.java‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import com.cloud.agent.api.to.S3TO;
3131
import com.cloud.utils.db.GenericDao;
3232

33+
//TODO: this will be removed after object_store merge.
3334
@Entity
3435
@Table(name = "s3")
3536
public class S3VO implements S3 {
@@ -109,7 +110,7 @@ public S3TO toS3TO() {
109110
}
110111

111112
return new S3TO(this.id, this.uuid, this.accessKey, this.secretKey, this.endPoint, this.bucketName, httpsFlag,
112-
this.connectionTimeout, this.maxErrorRetry, this.socketTimeout, this.created);
113+
this.connectionTimeout, this.maxErrorRetry, this.socketTimeout, this.created, false);
113114

114115
}
115116

0 commit comments

Comments
 (0)