21 lines
511 B
C#
21 lines
511 B
C#
|
|
using InnovEnergy.Lib.S3Utils.Data;
|
|
|
|
namespace InnovEnergy.Lib.S3Utils.ExoScale;
|
|
|
|
public static class DefaultCredentials
|
|
{
|
|
public static S3Credentials ReadOnly => new S3Credentials
|
|
{
|
|
Key = "EXOb6d6dc1880cdd51f1ebc6692",
|
|
Secret = "kpIey4QJlQFuWG_WoTazcY7kBEjN2f_ll2cDBeg64m4",
|
|
};
|
|
|
|
|
|
public static S3Credentials ReadWrite => new S3Credentials
|
|
{
|
|
Key = "EXO87ca85e29dd412f1238f1cf0",
|
|
Secret = "-T9TAqy9a3-0-xj7HKsFFJOCcxfRpcnL6OW5oOrOcWU",
|
|
};
|
|
|
|
} |