datacontract / datacontract-cli

CLI to manage your datacontract.yaml files
https://cli.datacontract.com
Other
353 stars 60 forks source link

Add support for GCS Server objects #231

Open hcrosse opened 1 month ago

hcrosse commented 1 month ago

Create a GCS server object similar to the S3 one.

It's possible this is unnecessary due to GCS's S3 interoperability, in which case my ask changes to an update to the documentation to make this use explicitly stated (which I'll copy over to the specification repo) in the README.

jochenchrist commented 1 month ago

Let's stick with the s3 config option (and its endpointUrl option) and add a documentation for GCS, Azure Blob Storage, ... otherwise we will come with an explosion of similar file storage configs.

hcrosse commented 1 month ago

It looks like there's already an Azure block so if the rest of the CLI already supports GCS using the S3 endpoint we just need to add this