mhkadhum commented on code in PR #12124: URL: https://github.com/apache/cloudstack/pull/12124#discussion_r2581093407
########## plugins/storage/object/ECS/src/main/java/org/apache/cloudstack/storage/datastore/driver/EcsObjectStoreDriverImpl.java: ########## Review Comment: Hello @DaanHoogland , I've been working the comments you provided in order to optimize the code. While these changes may not reduce the lines in the driver file :) but they will enhance the readability of the methods. Additionally, I am working on implementing token caching for the communication between CloudStack and ECS. Currently, the token is being generated for each request, but due to rate limits on token generation, this approach is inefficient. I will update the code soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
