nerdexam
CompTIA

CV0-003 · Question #373

Which of the following affects how permissions are set on object storage?

The correct answer is A. Metadata. In object storage systems, access permissions and control policies are defined and stored through object metadata attributes.

Security

Question

Which of the following affects how permissions are set on object storage?

Options

  • AMetadata
  • BRetention
  • CObject ID
  • DACL

How the community answered

(13 responses)
  • A
    92% (12)
  • C
    8% (1)

Why each option

In object storage systems, access permissions and control policies are defined and stored through object metadata attributes.

AMetadataCorrect

Object storage systems implement access control by embedding permission information in object and container metadata, using specific metadata headers and attributes to define which users or services can read, write, or delete objects. The metadata layer is the mechanism through which policy enforcement rules - including those derived from ACLs - are stored and applied at the object level.

BRetention

Retention settings govern how long an object must be preserved from deletion or modification, which is a data lifecycle policy rather than an access permission control mechanism.

CObject ID

Object ID is a system-assigned unique identifier used to locate and retrieve an object within storage, not a mechanism for setting or enforcing access permissions.

DACL

ACLs define access rules at a conceptual level, but in object storage implementations those ACL entries are themselves stored and managed as part of the object's metadata, making metadata the underlying control mechanism rather than a separate feature.

Concept tested: Object storage metadata and access permission control

Source: https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html

Topics

#object storage#ACL#metadata#permissions

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice