You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "David Phillips (JIRA)" <ji...@apache.org> on 2008/10/17 03:06:44 UTC

[jira] Updated: (HADOOP-4436) S3 object names with arbitrary slashes confuse NativeS3FileSystem

     [ https://issues.apache.org/jira/browse/HADOOP-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Phillips updated HADOOP-4436:
-----------------------------------

    Component/s: fs/s3

> S3 object names with arbitrary slashes confuse NativeS3FileSystem
> -----------------------------------------------------------------
>
>                 Key: HADOOP-4436
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4436
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 0.18.1
>            Reporter: David Phillips
>
> Consider a bucket with the following object names:
> * /
> * /foo
> * foo//bar
> NativeS3FileSystem treats an object named "/" as a directory.  Doing an "fs -lsr" causes an infinite loop.
> I suggest we change NativeS3FileSystem to handle these by ignoring any such "invalid" names.  Thoughts?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.