[ARVADOS-WORKBENCH2] updated: 2.2.1-44-gb6a0a363

Git user git at public.arvados.org
Mon Aug 2 16:42:53 UTC 2021


Summary of changes:
 src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

       via  b6a0a363d77d17455aab16e09eeb67b9f8067843 (commit)
      from  41a579060898b29e6d50000e6f95c93d97a7a433 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit b6a0a363d77d17455aab16e09eeb67b9f8067843
Author: Stephen Smith <stephen at curii.com>
Date:   Mon Aug 2 12:38:59 2021 -0400

    17526: Remove filename placeholder from webdav dialog curl command
    
    Also add a note to add filenames at the end of the curl URL
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
index 49283813..8e9edac1 100644
--- a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
+++ b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
@@ -148,7 +148,7 @@ export const WebDavS3InfoDialog = compose(
         }
 
         const wgetCommand = `wget --http-user=${props.data.username} --http-passwd=${props.data.token} --mirror --no-parent --no-host --cut-dirs=0 ${winDav.toString()}`;
-        const curlCommand = `curl -O -u ${props.data.username}:${props.data.token} ${winDav.toString()}<FILENAME>`;
+        const curlCommand = `curl -O -u ${props.data.username}:${props.data.token} ${winDav.toString()}`;
 
         return <Dialog
             open={props.open}
@@ -228,7 +228,7 @@ export const WebDavS3InfoDialog = compose(
                         Download Cyber/Mountain Duck bookmark
                     </Button>
 
-                    <h3>Gnome</h3>
+                    <h3>GNOME</h3>
                     <ol>
                         <li>Open Files</li>
                         <li>Select +Other Locations</li>
@@ -278,6 +278,11 @@ export const WebDavS3InfoDialog = compose(
                             lines={[curlCommand]} />
                     </DetailsAttribute>
 
+                    <p>
+                      Note: This curl command downloads single files.
+                      Append the desired filename to the end of the URL.
+                    </p>
+
                 </TabPanel>
 
             </div>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list