Sign in

Get object

documented

Retrieve an object.

GET /{object}Spacesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$space}}.{{$region}}.digitaloceanspaces.com/{{$object}}" \
  -X GET \
  -H "Authorization: AWS4-HMAC-SHA256 Credential={{DIGITALOCEAN_SPACES_KEY}}/{{$date}}/{{$region}}/s3/aws4_request, SignedHeaders=host;x-amz-date;x-amz-content-sha256, Signature={{$signature}}" \
  -H "X-Amz-Date: {{$amz_date}}" \
  -H "x-amz-content-sha256: {{$payload_hash}}"