Open kluevandrew opened 2 years ago
Agree; Do maintainers have any plan to add it?
I guess standard S3 provider could be used in any Object Storage use case. Am i wrong?
I think it can be used, but from user exp side wrapper would be better.
Hello. Looks like nothing has happened with obeject storage support yet. Guys, do you have any plans?
S3 buckets can be created now with aws provider. Correct me if i am wrong.
As for S3 keys we intend to support their creation but i cannot say ETA at the moment.
I tried to create S3 bucket via terraform but have an issue:
│ Error: reading S3 Bucket (my-tf-test-bucket-1) versioning: operation error S3: GetBucketVersioning, https response error StatusCode: 451, RequestID: Me844cYrHK, HostID: , api error InternalError: This request can not be processed
│
│ with aws_s3_bucket.example,
│ on main.tf line 1, in resource "aws_s3_bucket" "example":
│ 1: resource "aws_s3_bucket" "example" {
│
and 451 HTTP code looks strange here :)
We publish an instruction on https://cloud.vk.com/docs/en soon.
any eta?
august
i post here a link when it is ready
When will you update official doc https://registry.terraform.io/providers/vk-cs/vkcs/latest/docs ?
It returns
No matching results
when I try to search the bucket
in filter.
When will you update official doc
Wokring with S3 is not a part of the provider. What is a reason for its doc to contain that info?
At the moment users can't create and S3 bucket or S3 keypair through terraform provider, it gives bad user experience. Suggest to add such functionality