mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-07 13:23:33 +00:00
bucket_table: bucketparams::new doesn't need to be pub
This commit is contained in:
@@ -127,7 +127,7 @@ impl AutoCrdt for BucketQuotas {
|
||||
|
||||
impl BucketParams {
|
||||
/// Create an empty BucketParams with no authorized keys and no website accesss
|
||||
pub fn new() -> Self {
|
||||
fn new() -> Self {
|
||||
BucketParams {
|
||||
creation_date: now_msec(),
|
||||
authorized_keys: crdt::Map::new(),
|
||||
|
||||
Reference in New Issue
Block a user