s3 {botor}R Documentation

The default, fork-safe Amazon Simple Storage Service (S3) client on the top of botor

Description

The default, fork-safe Amazon Simple Storage Service (S3) client on the top of botor

Usage

s3(disable_signing = getOption("botor-s3-disable-signing"))

Arguments

disable_signing

boolean if requests should be signed. Set to FALSE when interacting with public S3 buckets requiring unauthenticated access.

Value

s3.ServiceResource

References

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#service-resource


[Package botor version 0.4.1 Index]