Skip to content

Upload file to Amazon S3 via Telegram Bot

License

Notifications You must be signed in to change notification settings

djyde/s3-telegram-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3-telegram-bot

Upload file via Telegram Bot

Badge


Configure

You'll have to create a .env file which looks like this inside the project.

BOT_TOKEN=
NTBA_FIX_319=1

S3_BUCKET_KEY=
S3_BUCKET_SECRET=
S3_BUCKET_NAME_PV=
S3_BUCKET_NAME_PUB=
S3_BUCKET_MD_PUB=
S3_BUCKET_VERSION=
S3_BUCKET_REGION=
S3_BUCKET_STORAGE_CLASS=
S3_BUCKET_ENDPOINT=
S3_BUCKET_ACL=

S3_UPLOAD_BUCKET=

AUTHORIZED_USERNAMES=user1,user2

About

Upload file to Amazon S3 via Telegram Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • Dockerfile 2.9%