forked from xrootd/xrootd
-
Notifications
You must be signed in to change notification settings - Fork 1
Enable S3 plugin for the proxy #34
Copy link
Copy link
Open
Labels
osg-builtA Koji build existsA Koji build existsosg-shippedIncluded in an OSG releaseIncluded in an OSG releaseupstream-6.xThis has been merged upstream into the 6.x series.This has been merged upstream into the 6.x series.
Milestone
Metadata
Metadata
Assignees
Labels
osg-builtA Koji build existsA Koji build existsosg-shippedIncluded in an OSG releaseIncluded in an OSG releaseupstream-6.xThis has been merged upstream into the 6.x series.This has been merged upstream into the 6.x series.
While the client has a generic plugin mechanism allowing any scheme (
https://,root://, ...), the proxy server enumerates the permitted schemes one-by-one.I'm tinkering with a
s3://plugin for the client which would allow us to unify our HTTP and S3 support into one library (instead of nearly-identical code, once for the server, once for the client). Adding a small patch that exposess3://as a supported protocol in the proxy.