mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
opps. missed a comment
This commit is contained in:
@ -24,7 +24,6 @@ describe S3Store do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it 'returns the url of the S3 upload if successful' do
|
it 'returns the url of the S3 upload if successful' do
|
||||||
# NOTE: s3 bucket's name are case sensitive so we can't use it as a subdomain...
|
|
||||||
S3Store.store_file(file, "SHA", 1).should == '//s3_upload_bucket.s3.amazonaws.com/1SHA.png'
|
S3Store.store_file(file, "SHA", 1).should == '//s3_upload_bucket.s3.amazonaws.com/1SHA.png'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user