Skip to content

DiUS/cloud-cannon-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud cannon s3

This project is a chrome extension allowing users to upload and browse images from an s3 bucket.

Local development

  • Clone this repo

  • Under chrome extensions, click Load unpacked

  • Select the folder of the cloned repo

  • Ensure the extension is active

  • Add the relevant credentials under the extension options

Update version in chrome store

  • Bump the version in manifest.json

  • Create a .zip of this directory

  • Go to chrome developer dashboard

  • You have to be a member of the ccs3-admins to be able to edit/publish a new version

  • Click on Edit for this extension

  • Click Upload updated package and follow the instructions to upload the .zip you created

  • Once uploaded, make sure you Publish changes on the extension edit page