matrix-org / synapse-s3-storage-provider

Synapse storage provider to fetch and store media in Amazon S3
Apache License 2.0
132 stars 36 forks source link

Will synapse-s3-storage-provider consider media_retention? #115

Open col-panic opened 2 months ago

col-panic commented 2 months ago

In the documentation we have the media_retention option which determines that media will be purged if it has not been accessed in a given amount of time.

Will this be considered by this s3 storage provider? Will the respective purge request be honored and the file be deleted/removed from the s3 storage?