Skip to content

Commit 89a6c05

Browse files
committed
[IIIF-203] Updated output infos
(cherry picked from commit ebf0b7b99f0bb8c6145093ffe82bd854749faf97)
1 parent fa64132 commit 89a6c05

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bitstreams.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,12 @@ This endpoint returns a presigned URL that allows direct, temporary access to th
133133
A JSON object containing:
134134

135135
- `presignedUrl`: The generated presigned URL granting temporary access.
136-
- `bitstreamId`: The UUID of the bitstream.
137-
- `filename`: The user-friendly name of the bitstream (if available).
138136

139137
Example response body:
140138

141139
```json
142140
{
143141
"presignedUrl": "https://bucket.s3.amazonaws.com/object?X-Amz-Algorithm=...",
144-
"bitstreamId": "8d33bdfb-e7ba-43e6-a93a-f445b7e8a1e2",
145-
"filename": "example.pdf"
146142
}
147143
```
148144

0 commit comments

Comments
 (0)