Skip to content

Commit

Permalink
formatting. IQSS#7720
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed May 6, 2021
1 parent 23dac70 commit 40db97b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/release-notes/7720-extended-s3-redirects.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

If your installation uses S3 for storage, and have "direct downloads" enabled, please note that, as of this release, it will cover the following download types that were not handled by redirects in the earlier versions: saved originals of tabular data files, cached RData frames, resized thumbnails for image files and other auxiliary files. In other words, all the forms of the file download API that take extra arguments, such as "format" or "imageThumb" - for example:

`/api/access/datafile/12345?format=original`

`/api/access/datafile/:persistentId?persistentId=doi:1234/ABCDE/FGHIJ?imageThumb=true`
```
/api/access/datafile/12345?format=original
/api/access/datafile/:persistentId?persistentId=doi:1234/ABCDE/FGHIJ?imageThumb=true
```

etc., that were previously excluded.

Expand Down

0 comments on commit 40db97b

Please sign in to comment.