Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support URL-style bucket names in dataset definitions #128

Open
srikumar003 opened this issue Sep 9, 2021 · 0 comments
Open

Support URL-style bucket names in dataset definitions #128

srikumar003 opened this issue Sep 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@srikumar003
Copy link
Collaborator

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 srikumar003 added enhancement New feature or request improvement and removed improvement labels Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant