Skip to content

Commit

Permalink
DOC: addurls: Touch up changes from previous commit
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
kyleam committed Oct 29, 2019
1 parent 91abe87 commit ce54be6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datalad/plugin/addurls.py
Expand Up @@ -738,9 +738,9 @@ class Addurls(Interface):
args=("--version-urls",),
action="store_true",
doc="""Try to add a version ID to the URL. This currently only has
an effect on HTTP URLs for AWS S3 buckets. s3:// urls versioning
is not yet supported, but urls with versionId= will be used as is
"""),
an effect on HTTP URLs for AWS S3 buckets. s3:// URL versioning is
not yet supported, but any URL that already contains a "versionId="
parameter will be used as is."""),
)

@staticmethod
Expand Down

0 comments on commit ce54be6

Please sign in to comment.