Skip to content
Snippets Groups Projects
Commit 9cef691d authored by ale's avatar ale
Browse files

Remove some styling

parent 7aff6a42
No related branches found
No related tags found
No related merge requests found
......@@ -213,13 +213,13 @@ the URI scheme:
* *local* - Local filesystem, same as using a plain path
* *minio* - Generic S3-like API support. Use standard environment
variables (MINIO_ACCESS_KEY etc) for credentials, URIs should have
this form: `minio://*hostname*/*bucket*/*path*`
this form: `minio://hostname/bucket/path`
* *s3* - AWS S3 (not ready yet). Supports URIs like
`s3://*bucket*/*path*`
`s3://bucket/path`
* *gcs* - Google Cloud Storage (not ready yet). Supports URIs of the
form `gcs://*project_id*/*bucket*/*path*`
form `gcs://project_id/bucket/path`
### Debugging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment