Amazon S3 Glacier website screenshot

Amazon S3 Glacier

Amazon S3 Glacier is a secure, durable, and extremely low-cost Amazon S3 storage class purpose-built for long-term data archiving and digital preservation. It provides comprehensive security and compliance capabilities that can help meet even the most stringent regulatory requirements, with retrieval options ranging from minutes to hours depending on your access needs.

1 APIs 0 Features
ArchiveBackupStorage

APIs

Amazon S3 Glacier API

The Amazon S3 Glacier API provides programmatic access to manage long-term archive storage. It enables developers to create and manage vaults, upload and retrieve archives, conf...

Collections

Pricing Plans

Rate Limits

Amazon S3 Glacier Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Amazon S3 Glacier Api Describe Vault Context

1 classes · 6 properties

JSON-LD

Amazon S3 Glacier Api Job Parameters Context

1 classes · 6 properties

JSON-LD

Amazon S3 Glacier Api List Vaults Context

1 classes · 2 properties

JSON-LD

Amazon S3 Glacier Context

0 classes · 3 properties

JSON-LD

Amazon S3 Glacier Vault Context

1 classes · 9 properties

JSON-LD

API Governance Rules

Amazon S3 Glacier API Rules

19 rules · 8 errors 10 warnings 1 info

SPECTRAL

JSON Structure

Amazon S3 Glacier Vault Structure

9 properties

JSON STRUCTURE

Example Payloads

Resources

🌐
Portal
Portal
🌐
Portal
Portal
🔗
Documentation
Documentation
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
📝
Signup
Signup
🔗
Login
Login
🟢
StatusPage
StatusPage
🔗
Contact
Contact
🔗
JSONLD
JSONLD
🔗
JSONLD
JSONLD
🔗
JSONLD
JSONLD
🔗
JSONLD
JSONLD
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONStructure
JSONStructure
🔗
JSONStructure
JSONStructure
🔗
JSONStructure
JSONStructure
💻
Examples
Examples
💻
Examples
Examples
💻
Examples
Examples
💻
Examples
Examples
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary
🔗
OpenAPI
OpenAPI

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon S3 Glacier REST API
  version: '2012-06-01'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Vaults
    type: folder
  items:
  - info:
      name: Amazon S3 Glacier List Vaults
      type: http
    http:
      method: GET
      url: https://glacier.{region}.amazonaws.com/:accountId/vaults
      params:
      - name: accountId
        value: ''
        type: path
      - name: marker
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Returns a list of vaults owned by the calling user's account.
  - info:
      name: Amazon S3 Glacier Describe Vault
      type: http
    http:
      method: GET
      url: https://glacier.{region}.amazonaws.com/:accountId/vaults/:vaultName
      params:
      - name: accountId
        value: ''
        type: path
      - name: vaultName
        value: ''
        type: path
    docs: Returns information about a vault including creation date, number of archives, and total size.
  - info:
      name: Amazon S3 Glacier Create Vault
      type: http
    http:
      method: PUT
      url: https://glacier.{region}.amazonaws.com/:accountId/vaults/:vaultName
      params:
      - name: accountId
        value: ''
        type: path
      - name: vaultName
        value: ''
        type: path
    docs: Creates a vault for storing archives.
  - info:
      name: Amazon S3 Glacier Delete Vault
      type: http
    http:
      method: DELETE
      url: https://glacier.{region}.amazonaws.com/:accountId/vaults/:vaultName
      params:
      - name: accountId
        value: ''
        type: path
      - name: vaultName
        value: ''
        type: path
    docs: Deletes an empty vault. The vault must contain no archives.
  - info:
      name: Amazon S3 Glacier Upload Archive
      type: http
    http:
      method: POST
      url: https://glacier.{region}.amazonaws.com/:accountId/vaults/:vaultName/archives
      headers:
      - name: x-amz-archive-description
        value: ''
      - name: x-amz-sha256-tree-hash
        value: ''
      params:
      - name: accountId
        value: ''
        type: path
      - name: vaultName
        value: ''
        type: path
    docs: Adds an archive to a vault.
  - info:
      name: Amazon S3 Glacier List Jobs
      type: http
    http:
      method: GET
      url: https://glacier.{region}.amazonaws.com/:accountId/vaults/:vaultName/jobs
      params:
      - name: accountId
        value: ''
        type: path
      - name: vaultName
        value: ''
        type: path
    docs: Lists jobs for a vault that are in progress or have recently finished.
  - info:
      name: Amazon S3 Glacier Initiate Job
      type: http
    http:
      method: POST
      url: https://glacier.{region}.amazonaws.com/:accountId/vaults/:vaultName/jobs
      params:
      - name: accountId
        value: ''
        type: path
      - name: vaultName
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Initiates a job of the specified type, such as archive retrieval or vault inventory retrieval.
bundled: true