Open Aeris1One opened 1 year ago
There's a strict check over which storage tiers entries are allowed. This can be problematic when providers have their own storage tiers (as an example, Scaleway provides the "ONEZONE_IA" storage tier for single-AZ data)
Here's the related code : https://github.com/matrix-org/synapse-s3-storage-provider/blob/6f8b3821aa5f99a53fc055d6feec343a0fc80d68/s3_storage_provider.py#L44 https://github.com/matrix-org/synapse-s3-storage-provider/blob/6f8b3821aa5f99a53fc055d6feec343a0fc80d68/s3_storage_provider.py#L163
There's a strict check over which storage tiers entries are allowed. This can be problematic when providers have their own storage tiers (as an example, Scaleway provides the "ONEZONE_IA" storage tier for single-AZ data)
Here's the related code : https://github.com/matrix-org/synapse-s3-storage-provider/blob/6f8b3821aa5f99a53fc055d6feec343a0fc80d68/s3_storage_provider.py#L44 https://github.com/matrix-org/synapse-s3-storage-provider/blob/6f8b3821aa5f99a53fc055d6feec343a0fc80d68/s3_storage_provider.py#L163