We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0232437 commit 233aae4Copy full SHA for 233aae4
CHANGELOG.md
@@ -1,7 +1,9 @@
1
-## 3.19.1 (Unreleased)
+## 3.20.0 (Unreleased)
2
3
### Added
4
- Support for importing Buckets and Pre-authenticated requests in Object Storage
5
+- Support glob inclusion and exclusion patterns for object names allowed in Object Storage Lifecycle
6
+
7
8
### Fixed
9
- Import functionality for Objects in Object Storage
oci/version.go
@@ -6,7 +6,7 @@ import (
"log"
)
-const Version = "3.19.0"
+const Version = "3.20.0"
10
11
func PrintVersion() {
12
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments