mirror of
https://github.com/alex-bochkov/1c-aws-s3-browser.git
synced 2025-03-20 20:55:03 +02:00
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
|
|
Procedure BeforeWrite(Cancel)
|
|
|
|
If Not StrEndsWith(PublicEndpoint, "/") Then
|
|
PublicEndpoint = PublicEndpoint + "/";
|
|
EndIf;
|
|
|
|
If Not StrEndsWith(InitialFolder, "/") Then
|
|
InitialFolder = InitialFolder + "/";
|
|
EndIf;
|
|
|
|
EndProcedure
|