Skip to content

Commit

Permalink
Refresh after folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVanNifterick committed Jan 8, 2024
1 parent f82b67c commit 055afb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Wfx.Plugin.S3.pas
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ function TS3Plugin.MkDir(aRemoteDir: String): Boolean;
S3.UploadObject(BucketName, s3Name, [], false, nil, nil, TAmazonACLType.amzbaNotSpecified, res, FRegion );

end;
Exit(False);
Exit(True);
end;

function TS3Plugin.PutFile(aLocalName, aRemoteName: String; aCopyFlags: integer): integer;
Expand Down

0 comments on commit 055afb2

Please sign in to comment.