Faasm
latest
Topics
HTTP API
C++ support
Writing functions
Debugging
Faasm Development
Getting started
Host interface
Kubernetes integration
Troubleshooting
K8s Cluster set-up
LLVM use in Faasm
MPI support
Network isolation
Profiling
Proto-faaslets
Python
Releases
Building containers locally
Github config
SGX support
Shared files
State
Threading
Code
Namespace list
Class list
Faasm
»
File S3Wrapper.cpp
Edit on GitHub
File S3Wrapper.cpp
Defines
CHECK_ERRORS
(
response
,
bucketName
,
keyName
)
namespace
storage
Functions
void
initFaasmS3
(
)
void
shutdownFaasmS3
(
)
template
<
typename
R
>
R
reqFactory
(
const
std
::
string
&
bucket
)
template
<
typename
R
>
R
reqFactory
(
const
std
::
string
&
bucket
,
const
std
::
string
&
key
)
std
::
shared_ptr
<
AWSCredentialsProvider
>
getCredentialsProvider
(
)
ClientConfiguration
getClientConf
(
long
timeout
)
Variables
static
Aws
::
SDKOptions
options