Skip to content

Commit 749db7c

Browse files
committed
v1.1 + the real path is in the header of the buckets panel
1 parent ebe4c08 commit 749db7c

File tree

7 files changed

+34
-11
lines changed

7 files changed

+34
-11
lines changed

s3cmd-gui/acl_unit.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ procedure TACLForm.OkBtnClick(Sender: TObject);
6262
c := 's3cmd setacl --recursive "' + MainForm.GroupBox2.Caption +
6363
MainForm.SDBox.Items[i] + '" --acl-private'
6464
else
65-
c := 's3cmd setacl ' + MainForm.SDBox.Items[i] + '/ --acl-private';
65+
c := 's3cmd setacl s3://' + MainForm.SDBox.Items[i] + ' --acl-private';
6666

6767
cmd := c + '; ' + cmd;
6868
end;

s3cmd-gui/backup/acl_unit.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ procedure TACLForm.OkBtnClick(Sender: TObject);
5252
c := 's3cmd setacl --recursive "' + MainForm.GroupBox2.Caption +
5353
MainForm.SDBox.Items[i] + '" --acl-public'
5454
else
55-
c := 's3cmd setacl s3://' + MainForm.SDBox.Items[i] + '/ --acl-public';
55+
c := 's3cmd setacl s3://' + MainForm.SDBox.Items[i] + ' --acl-public';
5656

5757
cmd := c + '; ' + cmd;
5858
end
@@ -62,7 +62,7 @@ procedure TACLForm.OkBtnClick(Sender: TObject);
6262
c := 's3cmd setacl --recursive "' + MainForm.GroupBox2.Caption +
6363
MainForm.SDBox.Items[i] + '" --acl-private'
6464
else
65-
c := 's3cmd setacl ' + MainForm.SDBox.Items[i] + '/ --acl-private';
65+
c := 's3cmd setacl s3://' + MainForm.SDBox.Items[i] + '/ --acl-private';
6666

6767
cmd := c + '; ' + cmd;
6868
end;

s3cmd-gui/backup/s3cmdgui.lps

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@
4949
<HasResources Value="True"/>
5050
<ResourceBaseClass Value="Form"/>
5151
<UnitName Value="Unit1"/>
52-
<IsVisibleTab Value="True"/>
53-
<TopLine Value="458"/>
54-
<CursorPos X="14" Y="481"/>
52+
<TopLine Value="467"/>
53+
<CursorPos X="25" Y="469"/>
5554
<UsageCount Value="48"/>
5655
<Loaded Value="True"/>
5756
<LoadedDesigner Value="True"/>
@@ -113,10 +112,13 @@
113112
<ComponentName Value="ACLForm"/>
114113
<HasResources Value="True"/>
115114
<ResourceBaseClass Value="Form"/>
115+
<IsVisibleTab Value="True"/>
116116
<EditorIndex Value="1"/>
117-
<CursorPos X="47" Y="5"/>
117+
<TopLine Value="39"/>
118+
<CursorPos X="66" Y="65"/>
118119
<UsageCount Value="25"/>
119120
<Loaded Value="True"/>
121+
<LoadedDesigner Value="True"/>
120122
</Unit7>
121123
<Unit8>
122124
<Filename Value="bucket_unit.pas"/>
@@ -151,7 +153,7 @@
151153
<UsageCount Value="10"/>
152154
</Unit11>
153155
</Units>
154-
<JumpHistory Count="11" HistoryIndex="10">
156+
<JumpHistory Count="16" HistoryIndex="15">
155157
<Position1>
156158
<Filename Value="unit1.pas"/>
157159
<Caret Line="353" Column="23" TopLine="350"/>
@@ -196,6 +198,26 @@
196198
<Filename Value="unit1.pas"/>
197199
<Caret Line="5" Column="43"/>
198200
</Position11>
201+
<Position12>
202+
<Filename Value="unit1.pas"/>
203+
<Caret Line="439" Column="17" TopLine="428"/>
204+
</Position12>
205+
<Position13>
206+
<Filename Value="unit1.pas"/>
207+
<Caret Line="370" Column="3" TopLine="367"/>
208+
</Position13>
209+
<Position14>
210+
<Filename Value="unit1.pas"/>
211+
<Caret Line="351" Column="3" TopLine="346"/>
212+
</Position14>
213+
<Position15>
214+
<Filename Value="unit1.pas"/>
215+
<Caret Line="141" Column="3" TopLine="136"/>
216+
</Position15>
217+
<Position16>
218+
<Filename Value="acl_unit.pas"/>
219+
<Caret Line="5" Column="47"/>
220+
</Position16>
199221
</JumpHistory>
200222
<RunParams>
201223
<FormatVersion Value="2"/>
-208 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

s3cmd-gui/s3cmdgui

0 Bytes
Binary file not shown.

s3cmd-gui/s3cmdgui.lps

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@
114114
<HasResources Value="True"/>
115115
<ResourceBaseClass Value="Form"/>
116116
<EditorIndex Value="1"/>
117-
<CursorPos X="47" Y="5"/>
117+
<CursorPos X="58" Y="44"/>
118118
<UsageCount Value="25"/>
119119
<Loaded Value="True"/>
120+
<LoadedDesigner Value="True"/>
120121
</Unit7>
121122
<Unit8>
122123
<Filename Value="bucket_unit.pas"/>
@@ -213,8 +214,8 @@
213214
<Caret Line="141" Column="3" TopLine="136"/>
214215
</Position15>
215216
<Position16>
216-
<Filename Value="unit1.pas"/>
217-
<Caret Line="274" Column="3" TopLine="291"/>
217+
<Filename Value="acl_unit.pas"/>
218+
<Caret Line="5" Column="47"/>
218219
</Position16>
219220
</JumpHistory>
220221
<RunParams>

0 commit comments

Comments
 (0)