Skip to content

Commit ab9f0cf

Browse files
Changelog for new Object Storage endpoints
1 parent f6a7602 commit ab9f0cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/changelog/2019-09-09-api.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ version: 4.3.3
1111

1212
- Added a `secondary_entity` property to the [GET /account/events](/api/v4/account-events) and [GET /account/events/{eventId}](/api/v4/account-events-event-id) endpoints. A `secondary_entity` object displays information about an additional entity that is related to the Event. Currently, the `linode_boot`, `linode_create`, and `linode_clone` Event actions can generate a `secondary_entity` object of type `linode`, `image`, and `backup`.
1313

14+
- Added convenience Object Storage beta endpoints for the Early Access Program. It is recommended to use the more fully-featured [S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/#) directly instead of these endpoints. **Note**: these endpoints are prepended with **`/v4beta`** instead of `/v4`.
15+
16+
- List Object Storage Buckets ([GET /object-storage/buckets]())
17+
- Create Object Storage Bucket ([POST /object-storage/buckets]())
18+
- View Object Storage Bucket ([GET /object-storage/buckets/{clusterId}/{bucket}]())
19+
- Remove Object Storage Bucket ([DELETE /object-storage/buckets/{clusterId}/{bucket}]())
20+
- Modify Object Storage Bucket Access ([POST /object-storage/buckets/{clusterId}/{bucket}/access]())
21+
- List Object Storage Bucket Contents ([GET /object-storage/buckets/{clusterId}/{bucket}/object-list]())
22+
- Create Object Storage Object URL ([POST /object-storage/buckets/{clusterId}/{bucket}/object-url]())
23+
1424
### Changed
1525

1626
- The `group` property of the managed contacts ([/managed/contacts](/api/v4/managed-contacts/#post)) resource is no longer deprecated.

0 commit comments

Comments
 (0)