Skip to content

Commit c8e6c4d

Browse files
abhilash-avdshelbyo
authored andcommitted
Add approximateCount and approximateSize change to Changelog.md
1 parent 09deafe commit c8e6c4d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Added
44
- Support for the Instance Pools & Instance Configurations
55
- Support for the Block Volume cross-region backups
6+
- Support for approximateCount and approximateSize for bucket
67

78
## 3.8.0 (November 28, 2018)
89

website/docs/d/object_storage_object_lifecycle_policy.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following attributes are exported:
3636

3737
* `rules` - The live lifecycle policy on the bucket.
3838

39-
For an example of this value, see the [PutObjectLifecyclePolicy API documentation](https://docs.cloud.oracle.com/iaas/api/#/en/objectstorage/20160918/ObjectLifecyclePolicy/PutObjectLifecyclePolicy).
39+
For an example of this value, see the [PutObjectLifecyclePolicy API documentation](https://docs.cloud.oracle.com/iaas/api/#/en/objectstorage/20160918/ObjectLifecyclePolicy/PutObjectLifecyclePolicy).
4040
* `action` - The action of the object lifecycle policy rule. Rules using the action 'ARCHIVE' move objects into the [Archival Storage tier](https://docs.cloud.oracle.com/iaas/Content/Archive/Concepts/archivestorageoverview.htm). Rules using the action 'DELETE' permanently delete objects from buckets. 'ARCHIVE' and 'DELETE' are the only two supported actions at this time.
4141
* `is_enabled` - A boolean that determines whether this rule is currently enabled.
4242
* `name` - The name of the lifecycle rule to be applied.

website/docs/r/object_storage_object_lifecycle_policy.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following attributes are exported:
6464

6565
* `rules` - The live lifecycle policy on the bucket.
6666

67-
For an example of this value, see the [PutObjectLifecyclePolicy API documentation](https://docs.cloud.oracle.com/iaas/api/#/en/objectstorage/20160918/ObjectLifecyclePolicy/PutObjectLifecyclePolicy).
67+
For an example of this value, see the [PutObjectLifecyclePolicy API documentation](https://docs.cloud.oracle.com/iaas/api/#/en/objectstorage/20160918/ObjectLifecyclePolicy/PutObjectLifecyclePolicy).
6868
* `action` - The action of the object lifecycle policy rule. Rules using the action 'ARCHIVE' move objects into the [Archival Storage tier](https://docs.cloud.oracle.com/iaas/Content/Archive/Concepts/archivestorageoverview.htm). Rules using the action 'DELETE' permanently delete objects from buckets. 'ARCHIVE' and 'DELETE' are the only two supported actions at this time.
6969
* `is_enabled` - A boolean that determines whether this rule is currently enabled.
7070
* `name` - The name of the lifecycle rule to be applied.

0 commit comments

Comments
 (0)