cos bucket support encryption and versioning #448
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
make testacc TESTARGS=" -run=TestAccTencentCloudCos"
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./... -v -run=TestAccTencentCloudCos -timeout 120m
? github.com/terraform-providers/terraform-provider-tencentcloud [no test files]
testing: warning: no tests to run
PASS
ok github.com/terraform-providers/terraform-provider-tencentcloud/gendoc 0.016s [no tests to run]
=== RUN TestAccTencentCloudCosBucketObjectDataSource
=== PAUSE TestAccTencentCloudCosBucketObjectDataSource
=== RUN TestAccTencentCloudCosBucketDataSource_basic
=== PAUSE TestAccTencentCloudCosBucketDataSource_basic
=== RUN TestAccTencentCloudCosBucketDataSource_tags
--- PASS: TestAccTencentCloudCosBucketDataSource_tags (24.94s)
=== RUN TestAccTencentCloudCosBucketDataSource_full
=== PAUSE TestAccTencentCloudCosBucketDataSource_full
=== RUN TestAccTencentCloudCosBucketObject_source
=== PAUSE TestAccTencentCloudCosBucketObject_source
=== RUN TestAccTencentCloudCosBucketObject_content
=== PAUSE TestAccTencentCloudCosBucketObject_content
=== RUN TestAccTencentCloudCosBucketObject_storageClass
=== PAUSE TestAccTencentCloudCosBucketObject_storageClass
=== RUN TestAccTencentCloudCosBucketObject_acl
=== PAUSE TestAccTencentCloudCosBucketObject_acl
=== RUN TestAccTencentCloudCosBucket_basic
=== PAUSE TestAccTencentCloudCosBucket_basic
=== RUN TestAccTencentCloudCosBucket_tags
=== PAUSE TestAccTencentCloudCosBucket_tags
=== RUN TestAccTencentCloudCosBucket_cors
=== PAUSE TestAccTencentCloudCosBucket_cors
=== RUN TestAccTencentCloudCosBucket_lifecycle
=== PAUSE TestAccTencentCloudCosBucket_lifecycle
=== RUN TestAccTencentCloudCosBucket_website
=== PAUSE TestAccTencentCloudCosBucket_website
=== CONT TestAccTencentCloudCosBucketObjectDataSource
=== CONT TestAccTencentCloudCosBucket_basic
=== CONT TestAccTencentCloudCosBucket_website
=== CONT TestAccTencentCloudCosBucketObject_content
=== CONT TestAccTencentCloudCosBucketObject_source
=== CONT TestAccTencentCloudCosBucketObject_acl
=== CONT TestAccTencentCloudCosBucket_lifecycle
=== CONT TestAccTencentCloudCosBucketDataSource_full
--- PASS: TestAccTencentCloudCosBucketObject_source (10.27s)
=== CONT TestAccTencentCloudCosBucketDataSource_basic
--- PASS: TestAccTencentCloudCosBucketObject_content (10.28s)
=== CONT TestAccTencentCloudCosBucketObject_storageClass
--- PASS: TestAccTencentCloudCosBucketObjectDataSource (10.51s)
=== CONT TestAccTencentCloudCosBucket_cors
--- PASS: TestAccTencentCloudCosBucketDataSource_full (10.93s)
=== CONT TestAccTencentCloudCosBucket_tags
--- PASS: TestAccTencentCloudCosBucketObject_acl (11.18s)
--- PASS: TestAccTencentCloudCosBucket_website (14.45s)
--- PASS: TestAccTencentCloudCosBucket_lifecycle (14.96s)
--- PASS: TestAccTencentCloudCosBucket_basic (15.45s)
--- PASS: TestAccTencentCloudCosBucketObject_storageClass (10.15s)
--- PASS: TestAccTencentCloudCosBucketDataSource_basic (10.82s)
--- PASS: TestAccTencentCloudCosBucket_cors (14.63s)
--- PASS: TestAccTencentCloudCosBucket_tags (19.28s)
PASS
ok github.com/terraform-providers/terraform-provider-tencentcloud/tencentcloud 55.180s