0.0.15 • Published 2 years ago

ep_fileupload_aws v0.0.15

Weekly downloads
27
License
-
Repository
github
Last release
2 years ago

ep_fileupload_aws

Clone of ep_fileupload, however it uploads to AWS S3 instead of using the file system.

/*Add to your settings file*/
"ep_fileupload_aws" : {
   "S3_ACCESS_KEY": "YOUR_ACCESS_KEY",
   "S3_SECRET_KEY":"YOUR_SECRET_KEY",
   "bucket" : "BUCKET_NAME",
   "base_key" : "PREPEND YOUR KEY WITH THIS", /* optional, usually a folder, something like "folder/subfolder/" */
   "base_url" : "https://s3.amazonaws.com/" /*optional, defaults to https://s3.amazonaws.com/*/
}

Uploaded files will be given a GUID, the GUID will function as the file identifier in AWS and in Etherpad.

The file will be renamed, but the extension preserved. Files will reside at {BASE_URL}{BUCKET}/{BASE_KEY}{GUID}.{EXT}

The plugin plays nice with ep_fileupload's urls. You'd just need to copy your existing files your S3 bucket in the location matching above. The pad URL's will correctly redirect.

NOTICE: Make a backup of your files!

Removing "ep_fileupload" on etherpad will delete any uploaded files from your server. Copy your files before replacing "ep_fileupload" with "ep_fileupload_aws".

ep_fileupload stores files in the node_modules/ep_fileupload/upload folder

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago