mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix s3_cdn_url when the s3 bucket contains a folder
This commit is contained in:
@@ -4,7 +4,7 @@ class S3Helper
|
||||
|
||||
class SettingMissing < StandardError; end
|
||||
|
||||
attr_reader :s3_bucket_name
|
||||
attr_reader :s3_bucket_name, :s3_bucket_folder_path
|
||||
|
||||
def initialize(s3_bucket_name, tombstone_prefix = '', options = {})
|
||||
@s3_options = default_s3_options.merge(options)
|
||||
|
||||
Reference in New Issue
Block a user