2023-07-01 13:03:41 +02:00
|
|
|
# SPDX-FileCopyrightText: Public domain.
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2024-06-22 16:49:50 +02:00
|
|
|
# apply this configuration to Rocket's "default" profile
|
2024-06-02 04:58:01 +02:00
|
|
|
[default.s3_bucket]
|
2024-06-22 16:49:50 +02:00
|
|
|
|
|
|
|
# the bucket name
|
2024-06-02 04:58:01 +02:00
|
|
|
name = ""
|
2024-06-22 16:49:50 +02:00
|
|
|
# the API endpoint address
|
2023-07-01 13:03:41 +02:00
|
|
|
endpoint = "https://eu-central-1.linodeobjects.com"
|
2024-06-22 16:49:50 +02:00
|
|
|
# the bucket region
|
2023-07-01 13:03:41 +02:00
|
|
|
region = "eu-central-1"
|
2024-06-22 16:49:50 +02:00
|
|
|
# the access key ID
|
2024-06-02 04:58:01 +02:00
|
|
|
access_key_id = ""
|
2024-06-22 16:49:50 +02:00
|
|
|
# the access key secret
|
2024-06-02 04:58:01 +02:00
|
|
|
secret_access_key = ""
|
2024-06-22 16:49:50 +02:00
|
|
|
# whether to use path_style S3 URLs, see
|
|
|
|
# https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#path-style-access
|
2024-06-02 04:58:01 +02:00
|
|
|
path_style = false
|
2024-06-22 16:49:50 +02:00
|
|
|
|
|
|
|
# Here you can add any other rocket options, see
|
|
|
|
# https://rocket.rs/guide/v0.5/configuration/
|
|
|
|
|
|
|
|
[default]
|
|
|
|
|
|
|
|
[debug]
|
|
|
|
|
|
|
|
[release]
|