mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add storage class
parent
140c3c4355
commit
1b3cf70611
|
@ -63,6 +63,7 @@ Multiple s3 buckets are supported. Usually you just need to configure one backen
|
||||||
aws_secret_access_key = "" # if empty, loads from the shared credentials file (~/.aws/credentials).
|
aws_secret_access_key = "" # if empty, loads from the shared credentials file (~/.aws/credentials).
|
||||||
region = "us-west-1"
|
region = "us-west-1"
|
||||||
bucket = "one_bucket" # an existing bucket
|
bucket = "one_bucket" # an existing bucket
|
||||||
|
storage_class = "STANDARD_IA"
|
||||||
|
|
||||||
[storage.backend.s3.name2]
|
[storage.backend.s3.name2]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
@ -70,6 +71,7 @@ Multiple s3 buckets are supported. Usually you just need to configure one backen
|
||||||
aws_secret_access_key = "" # if empty, loads from the shared credentials file (~/.aws/credentials).
|
aws_secret_access_key = "" # if empty, loads from the shared credentials file (~/.aws/credentials).
|
||||||
region = "us-west-2"
|
region = "us-west-2"
|
||||||
bucket = "one_bucket_two" # an existing bucket
|
bucket = "one_bucket_two" # an existing bucket
|
||||||
|
storage_class = "STANDARD_IA"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue