auth command checks if you have read/write permission to access an S3 bucket
and its files.
Arguments
Arguments
s3_pathstringrequired: S3 bucket name and filename.access_typestringrequired: Check your Ranger permission. Valid values:readorwrite.
In the
s3_path, don’t include prefixes such as s3://, s3a://, and s3n://.
Only specify the S3 bucket name.Global options
Global options
--help-hoptional: Shows help messages and exits.--config-cstringoptional: Path to Hadoop’score-site.xmlfile.--jceks-dir-jstringoptional: Directory containing JCEKS files.--ranger-classpath-rstringoptional: Path to Ranger’s JAR files.--user-ustringoptional: Username for Ranger authorization.--verbose-voptional: Verbose logging.