mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 00:17:17 +08:00
FIX: inconsistency in S3 inventory config (#11112)
Ensures it matches S3 inventory config generation in our hosting.
This commit is contained in:
@ -270,7 +270,7 @@ class S3Inventory
|
||||
|
||||
def inventory_configuration
|
||||
filter_prefix = type
|
||||
filter_prefix = File.join(bucket_folder_path, filter_prefix) if bucket_folder_path.present?
|
||||
filter_prefix = bucket_folder_path if bucket_folder_path.present?
|
||||
|
||||
{
|
||||
destination: {
|
||||
|
Reference in New Issue
Block a user