Supported Authorization Versions

The Oracle ZFS Storage Appliance S3 Object API Service supports both AWS S3 authentication v2 and v4. Both versions require you to create an access key and an associated secret key for proving your identity to the system.

Signature Version 2 Format:

Authorization: AWS AWSAccessKeyId:Signature
      

Signature Version 4 Format (recommended):

signature=Hex(HMAC-SHA256(SigningKey, StringtoSign)