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 d0a9a81 commit f967662Copy full SHA for f967662
oci/objectstorage_object_test.go
@@ -52,7 +52,7 @@ var (
52
"bucket": Representation{repType: Required, create: `${oci_objectstorage_bucket.test_bucket.name}`},
53
"namespace": Representation{repType: Required, create: `${oci_objectstorage_bucket.test_bucket.namespace}`},
54
"object": Representation{repType: Required, create: `my-test-object-3`},
55
- "content_length_limit": Representation{repType: Optional, create: `17`, update: `20`},
+ "content_length_limit": Representation{repType: Optional, create: `17`, update: `15`},
56
"base64_encode_content": Representation{repType: Optional, create: `true`},
57
"version_id": Representation{repType: Optional, create: `${oci_objectstorage_object.test_object.version_id}`},
58
"http_response_cache_control": Representation{repType: Optional, create: `no-cache`, update: `no-store`},
0 commit comments