Skip to content

Latest commit

 

History

106 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobcacher S3 Extension plugin

This plugin is an extension of the jobcacher-plugin that allows you to store the caches in S3 compliant storage

This was extracted from jobcacher since this PR

Warning

Users upgrading from version 640.v424a_7cc1087a_ of jobcacher and above AND using S3 storage MUST install this plugin.

Configuration is kept in the same place, but the plugin will not work with S3 storage without this extension.

Introduction

Getting started

You only need to configure the extension to use S3 under System Configuration.

image

Configuration as Code

S3

unclassified:
  globalItemStorage:
    storage:
      s3:
        bucketName: "caches"
        prefix: "the-prefix/"
        credentialsId: "s3"
        region: "eu-central-2"

S3 with endpoint

unclassified:
  globalItemStorage:
    storage:
      nonAWSS3:
        bucketName: "caches"
        prefix: "the-prefix/"
        credentialsId: "s3"
        endpoint: "http://localhost:9000"
        parallelDownloads: false
        pathStyleAccess: true
        region: "eu-central-2"

CONTRIBUTING

See CONTRIBUTING

LICENSE

Licensed under MIT, see LICENSE

About

S3 extension plugin for jobcacher

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages