s3: The default, fork-safe Amazon Simple Storage Service (S3)...

View source: R/s3.R

s3R 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


botor documentation built on April 3, 2025, 7:30 p.m.

Related to s3 in botor...