Exploring Cloud Storage - ACL (Access Control Lists) | Scribe

    Exploring Cloud Storage - ACL (Access Control Lists)

    • Hafeez Baig |
    • 12 steps |
    • 25 seconds
    information ordinal icon
    Refer to this guide to learn how to create an Object Storage in GCP\ <https://scribehow.com/shared/Playing_with_Object_Storage_in_GCP__Cloud_Storage__nEbsQl7pQ02uoOi7v9IeZA>
    1
    Sign in into the **Google Cloud Platform**
    2
    Type "**Cloud Storage**" in the search bar and click on the **Cloud Storage** option
    information ordinal icon
    **What is Cloud Storage?**\ \ Cloud Storage is an online service that allows users to store, access, and manage data over the internet. It offers scalable and durable storage solutions, ensuring data is accessible from anywhere and protected through encryption and access controls. In Google Cloud Platform (GCP), it's called Google Cloud Storage, providing a secure and flexible way to store large amounts of unstructured data, such as files, backups, and media.
    3
    **Buckets** wizard will open, click on the Name "**my-in28minutes-bucket**"
    4
    **my-in28minutes-bucket** wizard will open, click on the **PERMISSIONS** tab
    5
    Scroll to the **Access control** section and click on the **SWITCH TO UNIFORM** button
    information ordinal icon
    **What is Access Control?**\ \ Access control is a security mechanism that regulates who can view or use resources in a computing environment. It ensures that only authorized users or systems can access specific data, applications, or services. In cloud storage, access control defines permissions for users, groups, or service accounts, determining their level of interaction with the resources (e.g., read, write, or delete). In Google Cloud Storage, access control can be managed through Identity and Access Management (IAM) roles or access control lists (ACLs) to define who has access and what actions they can perform on the stored objects.
    6
    **Edit access control** wizard will open, select the option **Uniform**
    7
    Click on the **SAVE** button
    8
    If you want to switch it back, you can click on the **SWITCH TO FINE GRAINED** button
    9
    Click on the **OBJECTS** tab
    10
    Click on the Name **index.html**
    11
    **index.html** wizard will open, click on the **EDIT ACCESS** button
    12
    **Edit access** wizard will open, here you can edit the access for the **index.html** file
    information ordinal icon
    Congratulations! on completing this lab and Exploring Cloud Storage - ACL (Access Control List)