mirror of
https://github.com/veeso/termscp.git
synced 2026-04-11 12:41:33 -07:00
added new s3 params
This commit is contained in:
committed by
Christian Visintin
parent
c5eba4b56a
commit
f28dba7660
@@ -147,8 +147,10 @@ impl FileTransferActivity {
|
||||
}
|
||||
ProtocolParams::AwsS3(params) => {
|
||||
info!(
|
||||
"Client is not connected to remote; connecting to {} ({})",
|
||||
params.bucket_name, params.region
|
||||
"Client is not connected to remote; connecting to {}{} ({})",
|
||||
params.endpoint.as_deref().unwrap_or(""),
|
||||
params.bucket_name,
|
||||
params.region.as_deref().unwrap_or("custom")
|
||||
);
|
||||
format!("Connecting to {}…", params.bucket_name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user