Skip to content

Instantly share code, notes, and snippets.

View hyunbinseo's full-sized avatar

Hyunbin Seo hyunbinseo

  • 다양한학습자를위한 주식회사
  • Republic of Korea
  • 21:56 (UTC +09:00)
  • LinkedIn in/hyunbinseo
View GitHub Profile

안녕하세요. 네이버 클라우드 플랫폼입니다.

Archive 스토리지는 저장소를 2 Tier로 운영하고 있으며, 데이터는 안전하게 보호되고 있습니다.

저장된 데이터는 오래된 데이터를 기반으로 ILM(Information Lifecycle Management) Policy에 의하여 1차 저장소에서 2차 저장소로 이관되며, 다운로드 요청에 따라 데이터는 2차 저장소에서 1차 저장소로 이전 후 다운로드 가능하게 됩니다.

해당 현상은 데이터를 요청을 제공하기 위해 1차 저장소로 옮겨오는 도중 요청이 완료되지 않아 콘솔 에러 발생으로 추정됩니다.

Object 다운로드 개별적으로 요청된 이후 1차 저장소로 옮겨온 데이터는 다운로드 가능합니다.

@hyunbinseo
hyunbinseo / .commands.md
Last active October 23, 2025 00:54
Frequently Used Commands
winget upgrade # list
winget upgrade --all
winget upgrade --id Microsoft.PowerToys
./adb devices # C:\Program Files (x86)\ClockworkMod\Universal Adb Driver
./adb shell settings put system csc_pref_camera_forced_shuttersound_key 0 # disable galaxy shutter sound
pnpm svgo -rf ./ -o ./ # https://github.com/svg/svgo#readme
@hyunbinseo
hyunbinseo / install.ps1
Last active August 20, 2025 01:34
Install apps using WinGet on Windows
$packages = @(
'9P1XD8ZQJ7JD', # fre:ac
'AdGuard.AdGuard',
'AdrienAllard.FileConverter',
'astral-sh.uv',
'Balena.Etcher',
'Bitwarden.Bitwarden',
'ch.LosslessCut',
'ClockworkMod.UniversalADBDriver',
'Dropbox.Dropbox',
@hyunbinseo
hyunbinseo / settings.json
Last active October 14, 2025 02:56
VS Code Settings
{
"[csv]": {
"files.encoding": "utf8bom"
},
"[markdown]": {
"editor.fontFamily": "'엘리스 디지털코딩체 ver.H', 'Elice DigitalCoding OTF', monospace",
"prettier.tabWidth": 2,
"prettier.useTabs": false
},
"[svelte]": {