Skip to content

Commit f53e517

Browse files
committed
Add test project for use with moto_local
1 parent 018e4dd commit f53e517

13 files changed

Lines changed: 144 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
set -eu
3+
4+
export AWS_SECRET_ACCESS_KEY='foo'
5+
export AWS_ACCESS_KEY_ID='bar'
6+
7+
s3sup status -v -p test_proj
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<title>About us</title>
4+
</head>
5+
<body>
6+
<p>About us!</p>
7+
</body>
8+
</html>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<title>About us</title>
4+
</head>
5+
<body>
6+
<p>About us!</p>
7+
</body>
8+
</html>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
function bar {
2+
}
26.7 KB
Loading
Lines changed: 69 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body {
2+
margin: 2em;
3+
}
128 Bytes
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<title>Hello world</title>
4+
</head>
5+
<body>
6+
<p>Hello world!</p>
7+
</body>
8+
</html>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<title>Products</title>
4+
</head>
5+
<body>
6+
<p>Products</p>
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)