Skip to content

SUNET/s3-mm-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3 Metadata Manifest Tool

This is a tool and microservice for creating and initializing s3 buckets according to the metadata-manifest specification.

Getting started:

Run the application as a standalone server:

# ./s3-mm-tool -s -loglevel=DEBUG

In another window call the API with curl (assuming you have an S3 bucket to write to):

# curl -X POST -H "Content-Type: application/json" -d '{"name":"my-test-dataset","storage": {"endpoint": "...", "access_key": "...", "secret_key": "..."},"manifest": {"creator": "foo@example.com"}}' http://localhost:3000/api/create

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published