]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-s3-key.ts
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / rgw / models / rgw-user-s3-key.ts
1 export class RgwUserS3Key {
2 user: string;
3 generate_key?: boolean;
4 access_key: string;
5 secret_key: string;
6 }