Add scripts for MinIO client installation and S3 object copying
- Created 01-install.sh to download and set up the MinIO client. - Created 02-copy.sh to configure MinIO aliases and mirror objects between buckets. - Added copy.ts to implement S3 object copying functionality using AWS SDK.
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
node_modules
|
||||
.env
|
||||
!.env*example
|
||||
dist
|
||||
coverage
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user