メインコンテンツへスキップ
GET
取得したいオブジェクトに対してREAD権限があることを確認してください。

オブジェクトの取得

Nami Cloud Storageからオブジェクトを取得します。オブジェクトデータはレスポンスボディにストリーミングされます。

ベースURL

パラメータ

objectKey
必須
取得するオブジェクトのキー

ヘッダー

Range
オブジェクトの指定されたバイト範囲をダウンロードします
If-Match
指定されたエンティティタグ(ETag)が同じ場合のみオブジェクトを返します
If-Modified-Since
指定された時間以降に変更された場合のみオブジェクトを返します

リクエスト例

レスポンス例

承認

Authorization
string
header
必須

AWS Signature Version 4

クエリパラメータ

prefix
string

Limits the response to keys that begin with the specified prefix

max-keys
integer
デフォルト:1000

Sets the maximum number of keys returned in the response

レスポンス

200 - application/xml

Success

Name
string
Prefix
string
MaxKeys
integer
IsTruncated
boolean
Contents
object[]