Skip to content

Commit f8f2f67

Browse files
committed
Update Changelogs “4-4-1-2019-09-23”
1 parent a42c4d4 commit f8f2f67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/changelog/4-4-1-2019-09-23.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ changelog:
1616

1717
- How many Linodes are in the queue ahead of your Linode. The Linode's position is dynamically generated, so if the notification is retrieved at an interval, it is always up-to-date.
1818

19+
- The List Object Storage Bucket Contents endpoint ([GET /object-storage/buckets/{clusterId}/{bucket}/object-list] (https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket-object-list)) now returns two new parameters:
20+
- `is_truncated`, a boolean which is true if there is another page of objects and
21+
- `next_marker`, a string value to pass to `marker` to get the next page of objects.
22+
1923
### Fixed
2024

2125
- Previously, when restoring a Linode from a backup ([POST /linode/instances/{linodeId}/backups/{backupId}/restore](https://developers.linode.com/api/v4/linode-instances-linode-id-backups-backup-id-restore/#post)) with `overwrite:true`, some disks on the Linode were not properly deleted. This bug has been fixed. Additionally, the check to determine if the Linode has enough free disk space during a backup restore has been improved.

0 commit comments

Comments
 (0)