Go to main content

Oracle® ZFS Storage Appliance Object API Guide for Amazon S3 Service Support, Release OS8.8.0

Exit Print View

Updated: January 2019
 
 

Supported S3 Operations on Objects

The following table identifies object operations that are supported by the Oracle ZFS Storage Appliance S3 Object API Service.

Table 4  Supported S3 Object Operations
Supported Operation
Amazon S3 API Documentation Reference
DELETE Object:
DELETE /ObjectName
Delete Multiple Objects
POST /?delete
GET Object
GET /ObjectName
GET Object ACL
GET /ObjectName?acl
HEAD Object
HEAD /ObjectName
OPTIONS Object
OPTIONS /ObjectName
If CORS is not enabled on the bucket, Amazon S3 returns a 403 Forbidden response.
POST Object
POST /
POST object is done through HTML forms.
PUT Object
PUT /ObjectName
PUT Object ACL
PUT /ObjectName?acl
PUT Object - Copy
PUT /destinationObject