Search found 3 matches

by kriss
Fri Aug 22, 2025 11:21 pm
Forum: Cloud Storage Related Topics
Topic: Is it possible to auto rotate S3 secret key?
Replies: 9
Views: 22379

Re: Is it possible to auto rotate S3 secret key?

That did the trick. Thank you so much..

Please find below the Sample Working Script
const cTextFilePath='X:\Win64\AWSAccessKeys\s3-user.txt';

function OnGetProfilePathBeforeListing(const isRightSide:Boolean;
var Path,UserName,Password:UnicodeString;
var AuthKey,AuthKeyPassword:AnsiString;
var ...
by kriss
Fri Aug 22, 2025 6:32 pm
Forum: Cloud Storage Related Topics
Topic: Is it possible to auto rotate S3 secret key?
Replies: 9
Views: 22379

Re: Is it possible to auto rotate S3 secret key?

Can you please indicate the name of the property name for both Left & Right 'Access ID' and 'Secret Key' (as illustrated above) for us to appropriately set, as they both rotate.
by kriss
Thu Aug 21, 2025 7:06 pm
Forum: Cloud Storage Related Topics
Topic: Is it possible to auto rotate S3 secret key?
Replies: 9
Views: 22379

Re: Is it possible to auto rotate S3 secret key?

I was able to achieve this with the updated Pascal script, using the correct 'Auth%' properties.

const cTextFilePath='C:\code19\X.txt';

function OnGetProfilePathBeforeListing(const isRightSide:Boolean;
var Path,UserName,Password:UnicodeString;
var AuthKey,AuthKeyPassword:AnsiString;
var Port ...