blob: 9ca01af8118a4188a9c56442ab3b5d3ff7de116e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="kurier" GeneratedClassName="S3Settings">
<Profiles />
<Settings>
<Setting Name="AWS_ACCESS_KEY" Type="System.String" Scope="User">
<Value Profile="(Default)"></Value>
</Setting>
<Setting Name="AWS_SECRET_KEY" Type="System.String" Scope="User">
<Value Profile="(Default)"></Value>
</Setting>
</Settings>
</SettingsFile>
|