我有
connection = Fog::Storage.new(fog_config)
bucket = connection.directories.get(bucket_name)
有没有办法(记录的、未记录的、变通办法)让我在这个存储桶内创建目录?就像是:
sub_dir_for_user_1 = bucket.create_sub_dir('/user_1_files')
sub_dir_for_user_2 = bucket.create_sub_dir('/user_2_files')