cargo fmt
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Alex 2022-05-24 11:53:57 +02:00
parent 0b43a71351
commit be59cafd47
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

@ -291,12 +291,12 @@ pub async fn handle_create_bucket(
.set_bucket_key_permissions(
bucket.id,
&la.access_key_id,
BucketKeyPerm{
BucketKeyPerm {
timestamp: now_msec(),
allow_read: la.allow.read,
allow_write: la.allow.write,
allow_owner: la.allow.owner,
}
},
)
.await?;
}