Deletes one or more specified Amazon S3 objects from the specified bucket.
Since delete_object()
is designed for deleting a single object, this method is intended to be used
when there are two or more objects to delete.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
The name of the bucket to use. |
|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
See Also
Source
Method defined in services/s3.class.php | Toggle source view (60 lines) | View on GitHub