addons/alioss/SDK/samplesBucketCors.php

Functions

putBucketCors()

putBucketCors(\OssClient  $ossClient, string  $bucket) : null

Set bucket cores

Parameters

\OssClient $ossClient

OssClient instance

string $bucket

bucket name

Returns

null —

getBucketCors()

getBucketCors(\OssClient  $ossClient, string  $bucket) : null

Get and print the cors configuration of a bucket

Parameters

\OssClient $ossClient

OssClient instance

string $bucket

bucket name

Returns

null —

deleteBucketCors()

deleteBucketCors(\OssClient  $ossClient, string  $bucket) : null

Delete all cors configuraiton of a bucket

Parameters

\OssClient $ossClient

OssClient instance

string $bucket

bucket name

Returns

null —