Skip to content

v4.79.0

Compare
Choose a tag to compare
@leslitagordita leslitagordita released this 04 Nov 22:04
· 1288 commits to development since this release
23023d9

Added

  • Added the Object Storage Object ACL View (GET /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint returns an Object Storage bucket's currently configured Access Control List (ACL). ACLs define who can access your buckets and objects and specify the level of access granted to those users.

  • Added the Object Storage Bucket Access Update (PUT /object-storage/buckets/{clusterId}/{bucket}/access) endpoint. Use this endpoint to update a bucket's basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.

  • Added the Object Storage Transfer View (GET /object-storage/transfer) endpoint. This endpoint returns the amount of outbound data transfer used by your account's Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the Object Storage Pricing and Limitations guide for details on Object Storage transfer quotas.

  • Added the objects field to the following Object Storage endpoints:

    The object field returns the number of objects stored in a bucket.

Fixed

  • Error messages for Firewalls endpoints have been improved. When applicable, they now return a Firewall Device's label and id.