Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
torcato committed Aug 7, 2024
1 parent 0bb01f5 commit 9b4cfb8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ class LocationFromStringEntry extends EntryExtension {
// FIXME (msb): Make this a user-visible node and take advantage to document the exact format of the URLs allowed.
override def docs: EntryDoc = EntryDoc(
summary = """Transforms an url to a location.""".stripMargin,
description = Some("""Transforms an url to a location."
|List of supported url protocols:
description = Some("""List of supported url protocols:
| - s3 e.g. 's3://my-bucket/folder/file'.
| - http/https e.g 'https://example.com/service'.
| - dropbox e.g. 'dropbox://credential/my-folder/file'.""".stripMargin),
Expand Down

0 comments on commit 9b4cfb8

Please sign in to comment.