moodle-tool_objectfs

(★ 101)

Object file storage system for Moodle

파일 탐색기

  • .gitignore
  • CLOUDFRONT.md
  • lib.php
  • MIGRATION.md
  • missing_files.php
  • object_location.php
  • object_status.php
  • phpunit.xml
  • presignedurl_tests.php
  • README.md
  • renderer.php
  • settings.php
  • styles.css
  • TAGGING.md
  • TESTING.md
  • thirdpartylibs.xml
  • version.php

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

az login

설명 보기 ▼

Log in to Azure.
Part of `azure-cli` (also known as `az`).

az login

Log in interactively:

az login --service-principal {{[-u|--username]}} {{http://azure-cli-service-principal}} {{[-p|--password]}} {{secret}} {{[-t|--tenant]}} {{someone.onmicrosoft.com}}

Log in with a service principal using a client secret:

az login --service-principal {{[-u|--username]}} {{http://azure-cli-service-principal}} {{[-p|--password]}} {{path/to/cert.pem}} {{[-t|--tenant]}} {{someone.onmicrosoft.com}}

Log in with a service principal using a client certificate:

🔍

az storage account

설명 보기 ▼

Manage storage accounts in Azure.
Part of `azure-cli` (also known as `az`).

az storage account create {{[-n|--name]}} {{storage_account_name}} {{[-g|--resource-group]}} {{azure_resource_group}} --location {{azure_location}} --sku {{storage_account_sku}}

Create a storage account:

az storage account generate-sas --account-name {{storage_account_name}} {{[-n|--name]}} {{account_name}} --permissions {{sas_permissions}} --expiry {{expiry_date}} --services {{storage_services}} --resource-types {{resource_types}}

Generate a shared access signature for a specific storage account:

az storage account list {{[-g|--resource-group]}} {{azure_resource_group}}

List storage accounts:

🔍

az storage container

설명 보기 ▼

Manage blob storage containers in Azure.
Part of `azure-cli` (also known as `az`).

az storage container create --account-name {{storage_account_name}} {{[-n|--name]}} {{container_name}} --public-access {{access_level}} --fail-on-exist

Create a container in a storage account:

az storage container generate-sas --account-name {{storage_account_name}} {{[-n|--name]}} {{container_name}} --permissions {{sas_permissions}} --expiry {{expiry_date}} --https-only

Generate a shared access signature for the container:

az storage container list --account-name {{storage_account_name}} --prefix {{filter_prefix}}

List containers in a storage account:

🔍

swift

설명 보기 ▼

Swift 프로젝트를 생성, 실행 및 빌드.
더 많은 정보: <https://manned.org/swiftc>.

swift repl

REPL(대화형 셸) 시작:

swift {{file.swift}}

프로그램 실행:

swift package init

패키지 관리자로 새 프로젝트 시작:

// repository documentation