vk-cs / terraform-provider-vkcs

Mozilla Public License 2.0
37 stars 15 forks source link

Add ability to control Object Storage #52

Open kluevandrew opened 2 years ago

kluevandrew commented 2 years ago

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

kvendingoldo commented 1 year ago

Agree; Do maintainers have any plan to add it?

ftersin commented 1 year ago

I guess standard S3 provider could be used in any Object Storage use case. Am i wrong?

kvendingoldo commented 1 year ago

I think it can be used, but from user exp side wrapper would be better.

nixargh commented 9 months ago

Hello. Looks like nothing has happened with obeject storage support yet. Guys, do you have any plans?

ftersin commented 8 months ago

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.

Nmishin commented 2 months ago

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" {
│ 
Nmishin commented 2 months ago

and 451 HTTP code looks strange here :)

ftersin commented 2 months ago

We publish an instruction on https://cloud.vk.com/docs/en soon.

kvendingoldo commented 2 months ago

any eta?

ftersin commented 2 months ago

august

ftersin commented 2 months ago

i post here a link when it is ready