Skip to content

Commit 709f642

Browse files
Merge pull request linode#295 from leslitagordita/api-changelog-4.79.0
API changelog for spec v4.79.0
2 parents 927b634 + 7f4152d commit 709f642

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: '4.79.0: 2020-11-03'
3+
date: 2020-11-03T04:00:00.000Z
4+
version: 4.79.0
5+
changelog:
6+
- API
7+
---
8+
### Added
9+
10+
- Added the [Object Storage Object ACL View](/docs/api/object-storage/#object-storage-object-acl-config-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.
11+
12+
- Added the [Object Storage Bucket Access Update](/docs/api/object-storage/#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.
13+
14+
- Added the [Object Storage Transfer View](/docs/api/object-storage/#object-storage-object-acl-config-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](/docs/guides/pricing-and-limitations/) guide for details on Object Storage transfer quotas.
15+
16+
- Added the `objects` field to the following Object Storage endpoints:
17+
18+
- [Object Storage Buckets List](/docs/api/object-storage/#object-storage-buckets-list) (GET /object-storage/buckets)
19+
- [Object Storage Buckets in Cluster List](/docs/api/object-storage/#object-storage-buckets-in-cluster-list) (GET /object-storage/buckets/{clusterId})
20+
- [Object Storage Bucket View](/docs/api/object-storage/#object-storage-bucket-view) (GET /object-storage/buckets/{clusterId}/{bucket})
21+
22+
The `object` field returns the number of objects stored in a bucket.
23+
24+
### Fixed
25+
26+
- Error messages for Firewalls endpoints have been improved. When applicable, they now return a [Firewall Device's](/docs/api/networking/#firewall-device-create) `label` and `id`.
27+

0 commit comments

Comments
 (0)