Get object
documentedRetrieve an object.
GET /{object}Spacesno implementation yet0 runsNo 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}}"