Skip to content

ardata-tech/delta-storage-server-aws-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delta Storage AWS S3 Compatible

Try it out!

Configure

  1. Get your Api Key here
  2. Download AWS ClI and configure
aws configure

AWS Access Key ID: <Delta Storage Api Key>
AWS Secret Access Key: <Delta Storage Api Key>
... enter until the end

Create a drive

aws s3 --endpoint=http://142.93.144.8:1338 mb s3://<bucket-name>

Delete a drive

aws s3 --endpoint=http://142.93.144.8:1338 rb s3://<bucket-id>

Upload a file

aws s3 --endpoint=http://142.93.144.8:1338 cp <your-file-path> s3://<bucket-id>/<file-name>

Delete a file

aws s3 --endpoint=http://142.93.144.8:1338 rm s3://<bucket-id>/<file-id>

List files in a drive

aws s3 --endpoint=http://142.93.144.8:1338 ls s3://<bucket-id>

Local Development

Prerequisites

  • Deno

Run the server

deno task start

About

Delta Storage Server AWS S3 Compatible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published