Github user albertshau commented on a diff in the pull request:
https://github.com/apache/twill/pull/3#discussion_r76164643
--- Diff:
twill-common/src/main/java/org/apache/twill/filesystem/Location.java ---
@@ -73,7 +105,12 @@
* Creates an {@link OutputStream} for this location with the given
permission. The actual permission supported
* depends on implementation.
*
- * @param permission A POSIX permission string.
+ * @param permission A permission string. It has to be either a three
digits or a nine characters string.
+ * For the three digits string, it is similar to the
UNIX permission numeric representation.
--- End diff --
three digit, nine character
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---