You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.
Order online or call us +62-821-2442-2332 (Whatsapp)
IDR
  • Empty!

Amazon Glacier Delphi Component

  • Brand: Sync-Components
  • Product Code: Cloud Delphi Component
  • Availability: In Stock


Available Options



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);


Compiled Demo Screenshots

     



Buy at Tokopedia!

Buy Now!

Tags: Amazon Glacier, Sync-Component, Delphi, Cloud Storage & Messaging, Cloud