Operation Property

The operation which will be executed by the S3 task.

Data Type

Enumeration

Possible Values

Receive Object (0)
List Objects (1)
List Buckets (2)
Delete Objects (3)

Default Value

0

Remarks

This property specifies which operation the S3 task should perform. Possible values are:

Value Operation
opReceiveObject (default) Download one or more objects, according to ObjectMask, from Bucket.
opListObjects Retrieve an object listing for Bucket.
opListBuckets Retrieve a bucket listing.
opDeleteObjects Delete one or more objects, according to ObjectMask, from Bucket.

NOTE: The default ObjectMask is *; if left unchanged, the opDeleteObjects operation will cause all objects in Bucket to be deleted.

This property is not available in the Sender.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 20.0 [Build 8319]