이 페이지에서는 Google Distributed Cloud (GDC) 오프라인 스토리지 버킷에서 객체를 삭제하는 방법을 설명합니다.
시작하기 전에
프로젝트 네임스페이스는 관리 API 서버에서 버킷 리소스를 관리합니다. 버킷 및 객체로 작업하려면 프로젝트가 있어야 합니다.
다음 작업을 수행하려면 적절한 버킷 권한도 있어야 합니다. 버킷 액세스 권한 부여를 참고하세요.
버킷의 객체 삭제
콘솔
탐색 메뉴에서 객체 스토리지를 클릭합니다.
객체가 포함된 버킷의 이름을 클릭합니다.
객체가 표에 나열된 버킷 세부정보 페이지로 리디렉션될 때까지 기다립니다.
삭제할 객체의 행 끝에 있는 삭제삭제를 클릭합니다.
몇 분 정도 기다린 후 페이지를 새로고침하여 객체가 삭제되었는지 확인합니다.
선택사항: 삭제된 데이터 표시 옵션을 전환하여 삭제한 객체를 확인합니다.
이중 리전 버킷의 모든 객체에는 버전이 지정되므로 객체를 삭제해도 스토리지에서 해당 객체가 삭제되지 않습니다. 대신 객체가 삭제 대상으로 표시되며 더 이상 LIST 호출에 표시되지 않습니다. 버전 ID를 지정하면 객체를 계속 가져올 수 있습니다. 객체는 삭제를 실행할 때 versionID를 지정한 경우에만 영구적으로 삭제됩니다.
[[["이해하기 쉬움","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-07-25(UTC)"],[[["This guide details how to delete objects from Google Distributed Cloud (GDC) air-gapped storage buckets using both the console and the CLI."],["A project namespace is required to manage bucket resources, and users must have the necessary bucket permissions to delete objects."],["The console method involves navigating to the Object Storage, selecting a bucket, and clicking the delete option on the row of each object intended for deletion."],["The CLI method involves running the command `gdcloud storage rm s3://BUCKET/OBJECT`, replacing BUCKET and OBJECT with the correct bucket and object names."],["Deleting an AEADKey in buckets encrypted with encryption v2 will permanently erase the associated data, and to delete an AEADKey, you must identify it with `kubectl get aeadkeys`, then follow instructions to delete a key."]]],[]]