Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

ObjectList Event

Fired for every object when ListObjects , or upload when ListMultipartUploads is called.

Syntax

typedef void __fastcall (__closure *TibaS3ObjectListEvent)(System::TObject* Sender, TibaS3ObjectListEventParams *e);

__property TibaS3ObjectListEvent OnObjectList = {read=FOnObjectList, write=FOnObjectList};

typedef struct {
     String ObjectName;
     String ObjectModifiedDate;
     __int64 ObjectSize;
     String ETag;
     String OwnerId;
     String OwnerName;
     String UploadId;
     String OtherData;
} TibaS3ObjectListEventParams;

Remarks

The bucket name is specified by the Bucket property. This event can be used to inspect the details of existing objects. It provides information such as its name, creation date, size, etag, owner id and owner name. The "OtherData" is reserved for future use.

When calling ListObjects the following parameters are applicable:

  • ObjectName
  • ObjectModifiedDate
  • ObjectSize
  • ETag
  • OwnerId
  • OwnerName
When calling ListMultipartUploads the following parameters are applicable:
  • ObjectName
  • OwnerId
  • OwnerName
  • UploadId

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0