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

osm stat command return incorrect URL for minio backend #39

Open
hossainemruz opened this issue Nov 30, 2018 · 0 comments
Open

osm stat command return incorrect URL for minio backend #39

hossainemruz opened this issue Nov 30, 2018 · 0 comments

Comments

@hossainemruz
Copy link
Contributor

Problem:
I have a Minio server running on https://192.168.99.100:32733. It has a file deployment.yaml in bucket named external-bucket. When I run osm stat command to view the file statistics, it returns incorrect url for the file.

Observed behavior:

$ osm stat  -c external-bucket deployment.yaml
Found item deployment.yaml
URL = s3://external-bucket/deployment.yaml
Size = 1.6 kB
Last modified = 2018-11-30 10:29:35 +0000 UTC
Etag = 63607e8dfdfabe32dc55bb3511327406

Expected behaviour:
osm should be aware of endpoint. It should return URL = https://192.168.99.100:32733/external-bucket/deployment.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant