Skip to content

Commit 9facae2

Browse files
authored
Update DO default creds (#66)
1 parent 2dbb852 commit 9facae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/s3.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ use crate::storage::{LogStream, ObjectStorage, ObjectStorageError};
3131
const DEFAULT_S3_URL: &str = "https://sgp1.digitaloceanspaces.com";
3232
const DEFAULT_S3_REGION: &str = "sgp1";
3333
const DEFAULT_S3_BUCKET: &str = "parseable";
34-
const DEFAULT_S3_ACCESS_KEY: &str = "DO00KWGMX3M4ABBBFPCZ";
35-
const DEFAULT_S3_SECRET_KEY: &str = "5CqfjVsIPBjZxTOz51Bxod3Cd0FWkMLC3/vTwRavaaQ";
34+
const DEFAULT_S3_ACCESS_KEY: &str = "DO00YF68WC2P3QUAM82K";
35+
const DEFAULT_S3_SECRET_KEY: &str = "Ov6D7DvM6NHlyU4W2ajrHhRnT4IVRqKxExLPhekNIKw";
3636

3737
const S3_URL_ENV_VAR: &str = "P_S3_URL";
3838

0 commit comments

Comments
 (0)