mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Remove legacy and/or code that is not used.
This commit is contained in:
parent
d99031b3b6
commit
5f3a721339
18 changed files with 4 additions and 203 deletions
|
@ -1,11 +0,0 @@
|
|||
import { S3Client } from "bun";
|
||||
|
||||
const s3config = new S3Client({
|
||||
accessKeyId: process.env.S3_ACCESS_KEY,
|
||||
secretAccessKey: process.env.S3_SECRET_KEY,
|
||||
bucket: process.env.S3_BUCKETNAME,
|
||||
acl: "public-read",
|
||||
endpoint: process.env.S3_ENDPOINT,
|
||||
});
|
||||
|
||||
export default s3config;
|
Loading…
Add table
Add a link
Reference in a new issue