/etc/gfal2.d/http_plugin.conf is in gfal2-plugin-http 2.15.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # configuration file for http plugin
[HTTP PLUGIN]
## Enable HTTP Third Party Copies
ENABLE_REMOTE_COPY=true
## Enable streamed copies (data passes via the client)
ENABLE_STREAM_COPY=true
## Enable or disable the SSL CA check
INSECURE=false
## Force Davix log level
LOG_LEVEL=0
## Use HTTP Keep-Alive
KEEP_ALIVE=true
# AWS S3 related options
[S3]
## AWS Secret key
#SECRET_KEY=
## AWS Access key
#ACCESS_KEY=
## AWS Short lived token
#TOKEN=
## AWS Region
#REGION=
|