diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..ff23d9c --- /dev/null +++ b/.env.example @@ -0,0 +1,11 @@ +SOURCE_S3_ENDPOINT="http://95.156.253.15:9001/" +SOURCE_S3_REGION="default" +SOURCE_S3_ACCESS_KEY="sirCxqNKw85GdnlLfzko" +SOURCE_S3_SECRET_KEY="qbyQPjiCd5RcfIFpA3l2sG7EW9nT1gtVYkKJN08w" +SOURCE_S3_BUCKET="test" + +DEST_S3_ENDPOINT="http://95.156.253.15:9001/" +DEST_S3_REGION="default" +DEST_S3_ACCESS_KEY="sirCxqNKw85GdnlLfzko" +DEST_S3_SECRET_KEY="qbyQPjiCd5RcfIFpA3l2sG7EW9nT1gtVYkKJN08w" +DEST_S3_BUCKET="test" \ No newline at end of file