EldoS
Navigation
Web site
Support
Table Of Contents

TElAWSS3DataStorage class

Properties     Methods     Events     Declared in    


 

TElAWSS3DataStorage is a descendant of TElCustomDataStorage class.

 
 

Description

    TElAWSS3DataStorage provides functionality to make requests, securely upload and download data using Amazon Simple Storage Service (S3). In S3 storages individual data objects are contained in buckets. Using TElAWSS3DataStorage, you can manage individual data objects as well, as data buckets.
    Connection to remote storage is established via HTTP protocol. To manage connection properties, use HTTPClient property. By default, secure connection is established. If you don't need secure connection, set UseSSL property to False. To authenticate to S3 storage, you need to provide access key and access key ID pair using AccessKey and KeyID properties. Authentication type is specified by AuthType property. When connected, use ListBuckets method to view storage contents.
    If you need to change certain data object or bucket, acquire it first using AcquireObject or AcquireBucket method. Make necessary changes, then release acquired object or bucket. Use corresponding methods to create, delete, read or write individual objects, buckets or data blocks.

 
 

Properties

  • AccessKey
  • AuthType
  • AWSHeaders
  • HTTPClient
  • KeyID
  • Options
  • OutputStream
  • Protocol
  • SecMetadataID
  • UseCRCCheck
  • UseDelayedPut
  • UseSSL
Inherited from TElCustomDataStorage:
  • Overwrite
  • PassthroughMode
  • SecurityHandler
 
 

Methods

  • AcquireBucket
  • AcquireObject
  • BucketExists
  • CopyObject
  • CreateBucket
  • CreateObject
  • DeleteBucket
  • DeleteObject
  • GetBucketACL
  • GetBucketLocation
  • GetBucketPaymentConfiguration
  • GetLocalETag
  • GetObjectACL
  • GetRemoteETag
  • IsRequesterPaysBucket
  • List
  • ListBuckets
  • ObjectExists
  • ReadBlock
  • ReadObject
  • RefreshObject
  • ReleaseBucket
  • SetBucketACL
  • SetBucketPaymentConfiguration
  • SetObjectACL
  • WriteObject
Inherited from TElCustomDataStorage:
  • GetProtectionInfo
  • ReleaseObject
 
 

Events

Inherited from TElCustomDataStorage:

  • OnProgress
  • OnSecurityHandlerCreated
  • OnSecurityHandlerNeeded
 
 

Declared in

.NET:

  • Namespace: SBAWSDataStorage
  • Assembly: SecureBlackbox.Cloud
VCL:
  • Unit: SBAWSDataStorage
ActiveX/DLL: not implemented
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: CloudBlackbox OR SecureBlackbox Transports OR SecureBlackbox Professional

VCL: CloudBlackbox OR SecureBlackbox Transports OR SecureBlackbox Professional

ActiveX/DLL: Not available

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation