datashim icon indicating copy to clipboard operation
datashim copied to clipboard

Support URL-style bucket names in dataset definitions

Open srikumar003 opened this issue 3 years ago • 0 comments

There have been requests to allow datasets to be defined using the bucket urls and static web hosting formats. This means that the dataset definition would allow:

apiVersion: com.ie.ibm.hpsys/v1alpha1
kind: Dataset
metadata:
  name: example-dataset
spec:
  local:
    type: "COS"
   ...
    bucket: "https://<bucket_name>.<endpoint_url>"

without the need for specifying endpoint separately

srikumar003 avatar Sep 09 '21 09:09 srikumar003