Object Storage Surface

The object-storage surface includes Amazon S3, Google Cloud Storage, and Azure Blob Storage REST APIs. These APIs provide the canonical landing zone for cloud data acquisition and are the most common targets for ingestion pipelines.

API entry from apis.yml

apis.yml Raw ↑
aid: cloud-storage-and-data-acquisition:object-storage
name: Object Storage Surface
tags:
- Object Storage
- REST
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://aws.amazon.com/s3/
properties:
- url: https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html
  type: Documentation
- url: https://cloud.google.com/storage/docs/json_api/v1
  type: Documentation
- url: https://learn.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
  type: Documentation
description: The object-storage surface includes Amazon S3, Google Cloud Storage, and Azure Blob Storage
  REST APIs. These APIs provide the canonical landing zone for cloud data acquisition and are the most
  common targets for ingestion pipelines.