mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
Allow custom bucket name for FileStore::S3Store
.
This commit is contained in:
@ -256,10 +256,4 @@ describe FileStore::S3Store do
|
||||
assert_path("https://hello", nil)
|
||||
end
|
||||
end
|
||||
|
||||
describe "#s3_bucket" do
|
||||
it "should return the right bucket name" do
|
||||
expect(store.s3_bucket).to eq('s3-upload-bucket')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user