Open zzxwill opened 2 years ago
@zzxwill Do you have sample implementation for OSS buckets getter module?
@rambabuiitk Seems someone have supported it https://www.terraform.io/language/settings/backends/oss.
The path style is not supported by Alibaba Cloud OSS, go-getter seems to only support path-style, however: https://github.com/hashicorp/go-getter/blob/611343a8c115405f84a0e47a420a7c07ecdc6e5b/get_s3.go#L231
Hi folks, I would like to support Alibaba Cloud OSS buckets as one of Terraform module sources.
I have went through similar implementation of a
getter
in this project andmodule source
in project https://github.com/hashicorp/terraform. Is there anything else should I keep in mind to haveoss
module source to be released?Thanks.