You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 100 of S3Utils.getS3PosixFileAttributes method, if attr.isDirectory() we don't initialize the permissions. This can throw NullPointerException for user that don't expect this.
In line 100 of
S3Utils.getS3PosixFileAttributes
method, ifattr.isDirectory()
we don't initialize the permissions. This can throw NullPointerException for user that don't expect this.https://github.com/Upplication/Amazon-S3-FileSystem-NIO2/blob/master/src/main/java/com/upplication/s3fs/util/S3Utils.java#L100
The text was updated successfully, but these errors were encountered: