mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Merge branch 'new_master' into ydb
This commit is contained in:
commit
2d27afb515
3
.github/workflows/binaries_dev.yml
vendored
3
.github/workflows/binaries_dev.yml
vendored
|
@ -82,8 +82,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
goos: [darwin]
|
||||
# goarch: [amd64, arm64]
|
||||
goarch: [amd64]
|
||||
goarch: [amd64, arm64]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
3
.github/workflows/binaries_release2.yml
vendored
3
.github/workflows/binaries_release2.yml
vendored
|
@ -23,8 +23,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
goos: [darwin]
|
||||
# goarch: [amd64, arm64]
|
||||
goarch: [amd64]
|
||||
goarch: [amd64, arm64]
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
|
|
@ -49,7 +49,7 @@ func newS3BackendStorage(configuration backend.StringProperties, configPrefix st
|
|||
s.region = configuration.GetString(configPrefix + "region")
|
||||
s.bucket = configuration.GetString(configPrefix + "bucket")
|
||||
s.endpoint = configuration.GetString(configPrefix + "endpoint")
|
||||
s.storageClass = configuration.GetString(configPrefix + "storageClass")
|
||||
s.storageClass = configuration.GetString(configPrefix + "storage_class")
|
||||
if s.storageClass == "" {
|
||||
s.storageClass = "STANDARD_IA"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue