Skip to content

atomgas/paperclip-storage-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paperclip Storage Engine

Google Appengine storage support for paperclip

Install

  • change shared_secret in settings.yaml to something seccure (eg: openssl rand 128 -base64)
  • deploy on google

Api

  • get /:attachment_id/[:filename] filename is not required but allows nicer urls
  • post (create or update attachment based on attachment_id)
    • attachment_id (must be unique)
    • content_type
    • data (file field)
  • delete
    • attachment_id

Authorization

uses header Authorization for hmac(sha256) shared_secred based authorization

About

Google Appengine storage support for paperclip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages