Cloud Storage Integrator 2016 C++ Builder Edition
Cloud Storage Integrator 2016 C++ Builder Edition
Questions / Feedback?

AccessPolicy Property

The AccessPolicy are used to set permissions when a Bucket or an object is updated.

Syntax

__property TicsAmazonS3AccessPolicies AccessPolicy = {read=FAccessPolicy, write=FSetAccessPolicy, default=0};



enum TicsAmazonS3AccessPolicies { ptPrivate=0, ptPublic_Read=1, ptPublic_Read_Write=2, ptAuthenticated_Read=3, ptBucket_Owner_Read=4, ptBucket_Owner_Full_Control=5, ptNone=6 };

Default Value

0

Remarks

Buckets and objects can be configured to be publicly accessible by setting a suitable AccessPolicy.

Note: Setting AccessPolicy to ptNone (6) instructs the component to not explicitly set permissions when a Bucket or an object is updated.

Data Type

Integer

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7239]