Read minio instance secret key
This commit is contained in:
6
src/constants.rs
Normal file
6
src/constants.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
//! # Application constants
|
||||
pub const SECRET_MINIO_INSTANCE_ACCESS_KEY: &str = "accessKey";
|
||||
pub const SECRET_MINIO_INSTANCE_SECRET_KEY: &str = "secretKey";
|
||||
|
||||
pub const SECRET_MINIO_BUCKET_ACCESS_KEY: &str = "accessKey";
|
||||
pub const SECRET_MINIO_BUCKET_SECRET_KEY: &str = "secretKey";
|
||||
Reference in New Issue
Block a user