Download Astonsoft Amazon Glacier Delphi Component v1.7 for Delphi 10.4 Sydney Cracked

Astonsoft Amazon Glacier Delphi Component v1.7 for Delphi 10.4 Sydney Cracked

Astonsoft Amazon Glacier Delphi Component v1.7 for Delphi 10.4 Sydney Cracked
Astonsoft Amazon Glacier Delphi Component v1.7 for Delphi 10.4 Sydney Cracked


Amazon Glacier Delphi component is a non-visual component that allows you to work with Glacier vaults, archives and jobs (providing multi-threaded operations) using Delphi. The component works directly with the service using official Amazon APIs.

Features
Create and edit vaults
Upload (including multipart) and download archives in multiple threads for superior speed
Edit vault's notifications configuration
Multiple regions support
Jobs manipulation

Examples
Connecting to Amazon Glacier and showing list of vaults in a region.

Glacier := TGlacier.Create;
Glacier.AccessKeyID := 'your_access_key_id';
Glacier.SecretAccessKey := 'your_secret_key';
Glacier.CurrentRegionIndex := 0;
Glacier.Connect;
for I := 0 to Glacier.VaultsCount - 1 do
VaultsList.Add(Glacier.Vaults[I].VaultName);


Uploading an archive with description "My first archive" to the vault.

Vault.UploadArchive(FileStream, 'My first archive');


Deleting an archive with "Arch" ID from the vault.

Vault.DeleteArchive(Arch);


Only for V.I.P
Warning! You are not allowed to view this text.