debug: log S3 operator server and access_key
All checks were successful
BotServer CI/CD / build (push) Successful in 5m24s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-10 00:05:25 -03:00
parent b5be26591e
commit f58d000ac8

View file

@ -140,6 +140,7 @@ pub fn get_stack_path() -> String {
pub async fn create_s3_operator(
config: &DriveConfig,
) -> Result<S3Client, Box<dyn std::error::Error>> {
log::info!("Creating S3 operator with server: {}, access_key: {}", config.server, config.access_key);
let endpoint = if config.server.ends_with('/') {
config.server.clone()
} else {