Get Object
Get an object by given key in a given bucket.
External Documentation
To learn more, visit the Cloudflare R2 documentation.
Basic Parameters
Parameter | Description |
---|---|
Bucket Name | The name of the bucket to get the object from. Can be obtained by the List Buckets action. |
Key Name | The key name of the object to get. Can be obtained by the List Objects action. |
Advanced Parameters
Parameter | Description |
---|---|
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
Modified Since | Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified). |
Modified Since | Return the object only if it has been unmodified since the specified time, otherwise return a 304 (not modified). |
Workflow Library Example
Get Object with Cloudflare R2 and Send Results Via Email
Preview this Workflow on desktop