Skip to content

Commit

Permalink
Update packages/s3-store/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Merlijn Vos <[email protected]>
  • Loading branch information
fenos and Murderlon authored Nov 27, 2023
1 parent c57acd5 commit 80d7e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/s3-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ After a multipart upload is aborted, no additional parts can be uploaded using t

### Expiration

Unlike other stores, the expiration extension on the S3 store does not need to call [`server.cleanExpiredUploads()`][cleanExpiredUploads].
Unlike other stores, the expiration extension on the S3 store does not need to call [`server.cleanUpExpiredUploads()`][cleanExpiredUploads].
The store creates a `Tus-Complete` tag for all objects, including `.part` and `.info` files, to indicate whether an upload is finished.
This means you could setup a [lifecyle][] policy to automatically clean them up without a CRON job.

Expand Down

0 comments on commit 80d7e4b

Please sign in to comment.