Skip to content

Commit 1cb6256

Browse files
authored
Merge pull request #5611 from BryanFauble/PLFM-9604-sts-doc-1-hour
[PLFM-9604] Doc: STS token expires in 1 hour, not 12
2 parents 3672876 + 704a332 commit 1cb6256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/repository/src/main/java/org/sagebionetworks/repo/web/controller/EntityController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ public void filePreviewRedirectURLForVersion(
16771677
/**
16781678
* Gets the temporary S3 credentials from STS for the given entity. These
16791679
* credentials are only good for the bucket and base key specified by the
1680-
* returned credentials and expire 12 hours after this API is called.
1680+
* returned credentials and expire 1 hour after this API is called.
16811681
*
16821682
* <p>
16831683
* The specified entity must be a folder with an STS-enabled storage location.

0 commit comments

Comments
 (0)