Skip to content
Discussion options

You must be logged in to vote
// Cloudflare R2 - https://developers.cloudflare.com/r2
// See https://developers.cloudflare.com/r2/examples/aws-sdk-php/ for configuration
'r2' => [
    'driver' => 's3',
    'key' => env('R2_ACCESS_KEY_ID'),
    'secret' => env('R2_SECRET_ACCESS_KEY'),
    'region' => 'auto',
    'bucket' => env('R2_BUCKET'),
    'endpoint' => env('R2_ENDPOINT'),

    'throw' => true,
],

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@nathanaelytj
Comment options

Comment options

You must be logged in to vote
1 reply
@nathanaelytj
Comment options

Answer selected by nathanaelytj
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants