Cloud Storage Integrator 2016 PHP Edition
Cloud Storage Integrator 2016 PHP Edition
Questions / Feedback?

AccessPolicy Property

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

Object Oriented Interface

public function getAccessPolicy();
public function setAccessPolicy($value);

Procedural Interface

incloudstorage_amazons3_get($res, 2 );
incloudstorage_amazons3_set($res, 2, $value );

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 class 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 PHP Edition - Version 16.0 [Build 7239]