mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Work around aws_sdk_s3 + R2 incompatibility (#1014)
This commit is contained in:
parent
26663ddad5
commit
cb67e125d0
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ r2:
|
|||
region: auto
|
||||
bucket: <%= ENV["S3_BUCKET"] %>
|
||||
endpoint: <%= ENV["S3_ENDPOINT"] %>
|
||||
request_checksum_calculation: when_required
|
||||
response_checksum_validation: when_required
|
||||
|
||||
# Remember not to checkin your GCS keyfile to a repository
|
||||
# google:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue