Package alluxio.underfs.gcs
Class GCSUtils
- java.lang.Object
-
- alluxio.underfs.gcs.GCSUtils
-
public final class GCSUtils extends java.lang.ObjectUtil functions for GCS under file system.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static shorttranslateBucketAcl(org.jets3t.service.acl.gs.GSAccessControlList acl, java.lang.String userId)Translates GCS bucket owner ACL to Alluxio owner mode.
-
-
-
Method Detail
-
translateBucketAcl
public static short translateBucketAcl(org.jets3t.service.acl.gs.GSAccessControlList acl, java.lang.String userId)Translates GCS bucket owner ACL to Alluxio owner mode.- Parameters:
acl- the acl of GCS bucketuserId- the S3 user id of the Alluxio owner- Returns:
- the translated posix mode in short format
-
-