General repo cleanups
This commit is contained in:
@@ -1,3 +1 @@
|
|||||||
test
|
|
||||||
test.exe
|
|
||||||
minio
|
minio
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
all:
|
all:
|
||||||
cc s3.c test.c -o test -Wall -Wextra $(LFLAGS) -ggdb
|
cc s3.c test/generate_test_url.c -o test/generate_test_url -Wall -Wextra $(LFLAGS) -ggdb
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# S3
|
||||||
|
This is a small library for generating presigned URLs for AWS S3.
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "s3.h"
|
#include "../s3.h"
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
Binary file not shown.
Reference in New Issue
Block a user