Skip to content

Simle Sinatra APP for AWS S3 buckets management

Notifications You must be signed in to change notification settings

ml-dalos/AwsSinatra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sinatra APP to explore AWS SDK features

Add AWS credentials, information about author and credentials for basic auth into file config/secrets.yml:

aws:
  access_key_id: XXXXX
  secret_access_key: YYYYY
  bucket: bucket-name
  region: us-east-2
author:
  name: Ivan Ivanov
  date: 01 january 2021
  description: 550505
auth:
  username: cool_username
  password: cool_password

For starting app use:

bundle exec rackup

About

Simle Sinatra APP for AWS S3 buckets management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published