Skip to content

Commit

Permalink
Double the expiration time of URL signing
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed May 17, 2024
1 parent adaccad commit fb0d653
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/app/utils/AWS/Signer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { handleToHttpsUri } from 'utils/s3paths'
import * as Credentials from './Credentials'
import * as S3 from './S3'

const DEFAULT_URL_EXPIRATION = 5 * 60 // in seconds
const DEFAULT_URL_EXPIRATION = 10 * 60 // in seconds
const POLL_INTERVAL = 10 // in seconds
const LAG = POLL_INTERVAL * 3

Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Entries inside each section should be ordered by type:
## Catalog, Lambdas
!-->
# unreleased - YYYY-MM-DD
## Python API

## CLI

## Catalog, Lambdas
* [Changed] Double the expiration time of URL signing ([#3978](https://github.com/quiltdata/quilt/pull/3978))

# 6.0.0a3 - 2024-04-25
## Python API
* [Added] `quilt3.search()` and `quilt3.Bucket.search()` now accepts custom Elasticsearch queries ([#3448](https://github.com/quiltdata/quilt/pull/3448))
Expand Down

0 comments on commit fb0d653

Please sign in to comment.