이 사용 사례에서는 프로젝트 소유자가 큰 프로젝트 내에서 개별 버킷에 대한 액세스 권한을 부여합니다. 그런 다음에 소유자는 사용자에게 버킷 이름을 보내고, 사용자는 이 버킷 이름을 URL로 대체합니다. 사용자는 지정된 버킷 안에 있는 객체만 사용할 수 있습니다. 이는 전체 프로젝트에 대한 액세스 권한이 없지만 버킷에 액세스해야 하는 사용자에게 유용합니다. URL에 액세스할 때 아직 로그인되어 있지 않으면 인증합니다.
이 사용 사례의 변형은 프로젝트 소유자가 버킷에 있는 객체를 읽을 수 있는 권한을 모든 사용자에게 부여하는 것입니다. 그러면 공개적으로 읽을 수 있는 내용의 버킷이 생성됩니다. 자세한 내용은 데이터 공개를 참고하세요.
이 사용 사례에서는 프로젝트 소유자가 버킷 내 단일 객체에 대한 액세스 권한을 부여하고 객체에 액세스하기 위한 URL을 보냅니다. URL에 액세스할 때 아직 로그인되어 있지 않으면 사용자 계정으로 인증하라는 메시지가 나타납니다.
이 URL 형식은 공개적으로 공유된 객체의 URL과 다릅니다. 링크를 공개적으로 공유할 때 URL은 https://storage.googleapis.com/BUCKET_NAME/OBJECT_NAME 형식이 됩니다.
이 공개 URL은 수신자가 유효한 계정으로 인증할 것을 요구하지 않으며 인증 없이 객체에 액세스하는 데 사용될 수 있습니다.
버킷 및 객체 목록 필터링 및 정렬
프로젝트의 Google Cloud 콘솔 버킷 목록에서 필터 필드를 사용하여 표시되는 버킷을 필터링하고 정렬할 수 있습니다.
버킷을 필터링하려면 정렬 및 필터링 옵션을 선택한 다음 필터링할 열과 값을 지정합니다.
버킷 이름 접두사로 버킷을 필터링하려면 이름 접두사로만 필터링 옵션을 선택한 다음 필터링할 버킷 이름 접두사를 지정합니다.
버킷을 정렬하려면 정렬 기준으로 사용할 열의 이름 옆에 있는 arrow_upward정렬을 클릭합니다.
Google Cloud 콘솔의 버킷 객체 목록에서 필터 필드를 사용하여 표시되는 객체를 필터링할 수 있습니다.
객체를 필터링하려면 정렬 및 필터링 옵션을 선택한 다음 필터링할 열과 값을 지정합니다.
객체 이름 접두사를 기준으로 객체를 필터링하려면 이름 접두사로만 필터링 옵션을 선택한 다음 필터링할 객체 이름 접두사를 지정합니다.
객체를 정렬하려면 정렬 기준으로 사용할 열의 이름 옆에 있는 arrow_upward정렬을 클릭합니다.
필터링 및 정렬은 표시되는 현재 경로의 객체 및 폴더에만 적용됩니다. 예를 들어 버킷의 최상위 수준을 보고 있는 경우 필터링 및 정렬을 수행해도 폴더에 포함된 객체는 반환되지 않습니다.
열 표시 및 숨기기
버킷 또는 객체 목록의 열을 표시하거나 숨기려면 열 보기(view_column)를 클릭한 다음 표시하거나 숨기려는 열을 선택합니다.
크로스 프로덕트 통합
버킷의 객체 탭에서 다음과 같은 다른 Google Cloud 제품과의 통합을 사용할 수 있습니다.
Storage Transfer Service를 사용하여 버킷과 대규모로 데이터를 주고 받습니다.
Storage Transfer Service는 버킷과 온프레미스 파일 시스템, 다른 버킷, 다른 클라우드 제공업체와 같은 다른 스토리지 옵션 간에 대량의 데이터를 전송할 수 있는 서비스입니다.
객체 탭에서 데이터 전송 드롭다운을 클릭하고 데이터 인바운드 전송 또는 데이터 아웃바운드 전송을 선택한 후 안내를 따라 전송을 시작할 수 있습니다.
Sensitive Data Protection을 사용하여 버킷에서 민감한 정보 스캔
Sensitive Data Protection은 신용카드 번호, IP 주소, 기타 형태의 개인 식별 정보(PII)와 같은 버킷의 민감한 정보를 식별하고 보호할 수 있는 서비스입니다.
Sensitive Data Protection으로 감지되는 데이터 유형 목록은 Infotype 감지기 참조를 확인하세요.
객체 탭에서 기타 서비스 드롭다운을 클릭하고 민감한 정보 검사를 선택한 후 안내를 따라 버킷에 대한 Sensitive Data Protection 스캔을 시작할 수 있습니다. 버킷에서 Sensitive Data Protection 스캔을 수행하는 방법에 대한 가이드는 Cloud Storage 위치 검사를 참고하세요.
버킷에서 Pub/Sub로 데이터 내보내기
Pub/Sub는 Google Cloud 리소스에 발생하는 이벤트에 대해 구독자에게 알릴 수 있는 메시지 서비스입니다.
Pub/Sub은 버킷에 텍스트 파일로 저장된 이벤트 레코드를 수신하고 Pub/Sub 주제에 게시하는 기능을 지원합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-05(UTC)"],[],[],null,["# Google Cloud console\n\nThe browser-based Google Cloud console tool lets you manage your Cloud Storage\nresources through a graphical interface. Use the Google Cloud console to\nmanage your data if you prefer using a user interface through the browser.\n\nThis page describes how to access the Google Cloud console and lists tasks\nin Cloud Storage that can be performed using the Google Cloud console.\nAs an alternative to the Google Cloud console, you can also use the\n[Google Cloud CLI](/sdk/gcloud), [REST API](/storage/docs/json_api), or\n[Cloud Storage client libraries](/storage/docs/reference/libraries).\n\nConsole features\n----------------\n\nThe Google Cloud console provides the following features:\n\n- Access to all your Google Cloud projects\n- Access to the [Cloud Shell](/shell/docs)\n- A customizable project dashboard, with an overview of Google Cloud resources, billing, and a filterable activity listing\n- Access to all Google Cloud APIs, with a dashboard specific to each API, and access to manage your resources\n- Links to Google Cloud starting points, news, and documentation\n\nThe Google Cloud console is used to perform a variety of tasks in\nCloud Storage, such as the following:\n\n- [Creating buckets](/storage/docs/creating-buckets#storage-create-bucket-console)\n- [Uploading objects to buckets](/storage/docs/uploading-objects) and [downloading objects from buckets](/storage/docs/downloading-objects)\n- [Filtering and sorting lists of buckets and objects](#sort-filter)\n- Creating and managing [folders](/storage/docs/folder-types)\n- [Controlling access to your data and resources](/storage/docs/access-control) by using Identity and Access Management (IAM) and ACLs\n- [Monitoring buckets and bandwidth usage](/storage/docs/monitoring)\n- Using Cloud Storage features like [Anywhere Cache](/storage/docs/anywhere-cache), [soft delete](/storage/docs/soft-delete), and [Object Versioning](/storage/docs/object-versioning)\n\nTry it for yourself\n-------------------\n\n\nIf you're new to Google Cloud, create an account to evaluate how\nCloud Storage performs in real-world\nscenarios. New customers also get $300 in free credits to run, test, and\ndeploy workloads.\n[Try Cloud Storage free](https://console.cloud.google.com/freetrial)\n\nAccess to the Google Cloud console\n----------------------------------\n\nThe Google Cloud console requires no setup or installation, and you can\naccess it directly in a browser. Depending on your use case, you access the\nGoogle Cloud console using different URLs. If you are:\n\nA user granted access to a project\n\n: Use: `https://console.cloud.google.com/`\n\n: [Go to the Google Cloud console](https://console.cloud.google.com/)\n\n: A current project owner can [give you access to the entire project](/iam/docs/granting-changing-revoking-access#grant-single-role), which\n applies equally to all buckets and objects defined in the project.\n\nA user granted access to a bucket\n\n: Use: `https://console.cloud.google.com/storage/browser/`\u003cvar translate=\"no\"\u003eBUCKET_NAME\u003c/var\u003e\n\n: In this use case, a project owner gives you access to an individual bucket\n within a larger project. The owner then sends you the bucket name which you\n substitute into the URL. You are able to only work with objects in the\n specified bucket. This is useful for users who don't have access to the full\n project, but who need to access a bucket. When you access the URL, you\n authenticate if you are not already signed in.\n\n: A variation of this use case is when a project owner grants **All Users**\n permission to read objects in a bucket. This creates a bucket whose contents\n are publicly readable. For more information, see [Make data public](/storage/docs/access-control/making-data-public).\n\nA user granted access to an object\n\n: Use: `https://console.cloud.google.com/storage/browser/_details/`\u003cvar translate=\"no\"\u003eBUCKET_NAME\u003c/var\u003e`/`\u003cvar translate=\"no\"\u003eOBJECT_NAME\u003c/var\u003e\n\n: In this use case, a project owner gives you access to single objects within\n a bucket and sends you the URL to access the objects. When you access the URLs,\n you are prompted to authenticate with a user account if you are not already\n signed in.\n\n: Note that the form of this URL is different from the URL for objects that\n are [shared publicly](/storage/docs/access-control/making-data-public). When you share a link publicly, the URL is of the\n form: `https://storage.googleapis.com/`\u003cvar translate=\"no\"\u003eBUCKET_NAME\u003c/var\u003e`/`\u003cvar translate=\"no\"\u003eOBJECT_NAME\u003c/var\u003e.\n This public URL does not require a recipient to authenticate with a valid\n account and can be used for non-authenticated access to an object.\n\nFiltering and sorting lists of buckets and objects\n--------------------------------------------------\n\nIn the Google Cloud console list of buckets for a project, you can filter and\nsort the buckets you see by using the **Filter** field.\n\n- To filter buckets, select the **Sort and filter** option and then\n specify the column and value you want to filter by.\n\n- To filter buckets by bucket name prefix, select the\n **Filter by name prefix only** option and then specify the bucket name prefix\n you want to filter by.\n\n- To sort buckets, click arrow_upward\n **Sort** next to the name of the column you want to sort by.\n\n| **Note:** Projects with more than 1,000 buckets might experience degraded filtering and sorting performance.\n\nIn the Google Cloud console list of objects for a bucket, you can filter the\nobjects you see by using the **Filter** field.\n\n- To filter objects, select the **Sort and filter** option and then\n specify the column and value you want to filter by.\n\n- To filter objects by object name prefix, select the\n **Filter by name prefix only** option and then specify the object name prefix\n you want to filter by.\n\n- To sort objects, click arrow_upward\n **Sort** next to the name of the column you want to sort by.\n\nFiltering and sorting only applies to objects and folders in the current\npath being displayed. For example, if you're viewing the top-level of a bucket,\nfiltering and sorting don't return objects contained in folders.\n| **Note:** Buckets with large numbers of objects and folders in the current path might experience degraded performance when sorted or filtered with criteria other than the object name prefix.\n\nShowing and hiding columns\n--------------------------\n\nTo show or hide columns for a list of buckets or objects, click\n**View column** (view_column), then select\nthe columns you want to see or hide.\n\nCross-product integrations\n--------------------------\n\nThe following integrations with other Google Cloud products are available\nin the **Objects** tab of a bucket:\n\n- **Large scale data transfers to and from the bucket using Storage Transfer Service**\n\n [Storage Transfer Service](/storage-transfer-service) is a service that lets you transfer large volumes of\n data between your bucket and other storage options, such as\n your on-premises file system, other buckets, or other cloud providers.\n\n You can initiate a transfer by clicking the **Transfer data** drop-down in\n the **Objects** tab, selecting either **Transfer data in** or\n **Transfer data out**, and following the instructions.\n- **Scanning the bucket for sensitive data using Sensitive Data Protection**\n\n [Sensitive Data Protection](/security/products/sensitive-data-protection) is a service that lets you identify and\n protect sensitive data in your buckets, such as credit card numbers, IP\n IP addresses, and other forms of personally identifiable information (PII).\n\n For a list of the types of data Sensitive Data Protection detects,\n see the [Infotype detector reference](/sensitive-data-protection/docs/infotypes-reference).\n\n You can initiate a Sensitive Data Protection scan for a bucket by\n clicking the **Other services** drop-down in the **Objects** tab, selecting\n **Inspect for sensitive data** , and following the instructions. For a guide\n to performing a Sensitive Data Protection scan on a bucket, see\n [Inspecting a Cloud Storage location](/sensitive-data-protection/docs/inspecting-storage#inspecting-gcs).\n- **Exporting data from the bucket to Pub/Sub**\n\n [Pub/Sub](/pubsub) is a messaging service that lets you notify\n subscribers about events that occur for your Google Cloud resources.\n Pub/Sub supports receiving event records that are stored as text\n files in your bucket and publishing them to a Pub/Sub topic.\n\n You can create an export job for a bucket by clicking the **Other services**\n drop-down in the **Objects** tab, selecting **Export data to Pub/Sub** , and\n following the instructions. For more information, see\n [Cloud Storage text to Pub/Sub (Batch) template](/dataflow/docs/guides/templates/provided/cloud-storage-to-pubsub).\n- **Processing data in the bucket using Cloud Run functions**\n\n [Cloud Run functions](/functions) is a service that lets you specify code that should\n run when certain events occur within the bucket. For example, you could\n create a Java function that runs every time an object in the bucket is\n deleted.\n\n You can define a function for a bucket by clicking the **Other services**\n drop-down in the **Objects** tab, selecting **Process data**, and following\n the instructions."]]