Closed (fixed)
Project:
Video
Version:
6.x-4.x-dev
Component:
Amazon S3
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Sep 2010 at 22:50 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent
I am curious why the Amazon S3 portion of the video module says Amazon S3 bucket names cannot contain numbers, but the Amazon S3 console allows me to create buckets with numbers?? On who's end is this error??
(I am going to say Amazon knows what they do/don't allow.....)
Comments
Comment #1
hypertext200its not possible with the S3 class that we are using.
Comment #2
magnusk commentedIn file plugins/video_s3/filesystem/video_s3.inc, function admin_settings_validate
I successfully changed the following code:
with a regex that accepts digits
Comment #3
Jorrit commentedYou're right. This will be fixed in 4.4.
Comment #4
Jorrit commentedComment #5
Jorrit commentedFixed in 6.x-4.x.