UseSSL Property
Use SSL to access Amazon S3.
Object Oriented Interface
public function getUseSSL(); public function setUseSSL($value);
Procedural Interface
incloudstorage_amazons3_get($res, 70 ); incloudstorage_amazons3_set($res, 70, $value );
Default Value
false
Remarks
Use this property to determine whether the class uses SSL to connect with Amazon S3 servers.
This property is not available at design time.
Data Type
Boolean