Skip to content

/AWS1/CL_S3FCREATIONPERMS

Specifies the permissions to set on newly created directories within the file system.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_owneruid TYPE /AWS1/S3FOWNERUID /AWS1/S3FOWNERUID

The POSIX user ID to assign to newly created directories.

iv_ownergid TYPE /AWS1/S3FOWNERGID /AWS1/S3FOWNERGID

The POSIX group ID to assign to newly created directories.

iv_permissions TYPE /AWS1/S3FPERMISSIONS /AWS1/S3FPERMISSIONS

The octal permissions to assign to newly created directories.


Queryable Attributes

ownerUid

The POSIX user ID to assign to newly created directories.

Accessible with the following methods

Method Description
GET_OWNERUID() Getter for OWNERUID, with configurable default
ASK_OWNERUID() Getter for OWNERUID w/ exceptions if field has no value
HAS_OWNERUID() Determine if OWNERUID has a value

ownerGid

The POSIX group ID to assign to newly created directories.

Accessible with the following methods

Method Description
GET_OWNERGID() Getter for OWNERGID, with configurable default
ASK_OWNERGID() Getter for OWNERGID w/ exceptions if field has no value
HAS_OWNERGID() Determine if OWNERGID has a value

permissions

The octal permissions to assign to newly created directories.

Accessible with the following methods

Method Description
GET_PERMISSIONS() Getter for PERMISSIONS, with configurable default
ASK_PERMISSIONS() Getter for PERMISSIONS w/ exceptions if field has no value
HAS_PERMISSIONS() Determine if PERMISSIONS has a value