chrislu
28de5bbe86
fix
2025-07-15 08:36:26 -07:00
Chris Lu and GitHub
0cff72db11
Merge branch 'master' into add-bucket-cors
2025-07-15 08:35:48 -07:00
chrislu
21ae7ae5e9
address comments
2025-07-15 08:28:46 -07:00
chrislu
0778298f5e
simplify
2025-07-15 08:20:33 -07:00
chrislu
21aaddf665
fix tests
2025-07-15 08:10:42 -07:00
chrislu
28ca4cf635
remove unused functions
2025-07-15 07:57:25 -07:00
4b040e8a87
adding cors support ( #6987 )
...
* adding cors support
* address some comments
* optimize matchesWildcard
* address comments
* fix for tests
* address comments
* address comments
* address comments
* path building
* refactor
* Update weed/s3api/s3api_bucket_config.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* address comment
Service-level responses need both Access-Control-Allow-Methods and Access-Control-Allow-Headers. After setting Access-Control-Allow-Origin and Access-Control-Expose-Headers, also set Access-Control-Allow-Methods: * and Access-Control-Allow-Headers: * so service endpoints satisfy CORS preflight requirements.
* Update weed/s3api/s3api_bucket_config.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update weed/s3api/s3api_object_handlers.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update weed/s3api/s3api_object_handlers.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix
* refactor
* Update weed/s3api/s3api_bucket_config.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update weed/s3api/s3api_object_handlers.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update weed/s3api/s3api_server.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* simplify
* add cors tests
* fix tests
* fix tests
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-15 00:23:54 -07:00
chrislu
71aface936
fix tests
2025-07-15 00:12:48 -07:00
chrislu
a9f1dd21d3
fix tests
2025-07-15 00:06:46 -07:00
chrislu
d7bae20300
add cors tests
2025-07-15 00:00:14 -07:00
chrislu
925a183203
simplify
2025-07-14 23:56:36 -07:00
76eafeae77
Update weed/s3api/s3api_server.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-14 23:53:45 -07:00
aab2df4a5e
Update weed/s3api/s3api_object_handlers.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-14 23:44:02 -07:00
5e8bbf94dd
Update weed/s3api/s3api_bucket_config.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-14 23:43:33 -07:00
chrislu
68d9245129
refactor
2025-07-14 23:40:25 -07:00
chrislu
27ec13ca23
fix
2025-07-14 23:26:39 -07:00
43bd62d661
Update weed/s3api/s3api_object_handlers.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-14 23:25:08 -07:00
456c3ce717
Update weed/s3api/s3api_object_handlers.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-14 23:22:10 -07:00
4d4463afca
Update weed/s3api/s3api_bucket_config.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-14 23:21:42 -07:00
chrislu
b7294b3905
address comment
...
Service-level responses need both Access-Control-Allow-Methods and Access-Control-Allow-Headers. After setting Access-Control-Allow-Origin and Access-Control-Expose-Headers, also set Access-Control-Allow-Methods: * and Access-Control-Allow-Headers: * so service endpoints satisfy CORS preflight requirements.
2025-07-14 23:18:56 -07:00
212dab3a34
Update weed/s3api/s3api_bucket_config.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-14 23:14:50 -07:00
chrislu
0a68aaea66
refactor
2025-07-14 23:10:09 -07:00
chrislu
c61ae43f96
path building
2025-07-14 23:06:30 -07:00
chrislu
d2184282d7
address comments
2025-07-14 22:58:04 -07:00
chrislu
b6fbedde4a
address comments
2025-07-14 22:48:37 -07:00
chrislu
902a5f689b
address comments
2025-07-14 22:25:33 -07:00
chrislu
c64c96dac8
fix for tests
2025-07-14 22:23:47 -07:00
chrislu
4630eea10a
address comments
2025-07-14 22:14:53 -07:00
chrislu
f3ba114909
optimize matchesWildcard
2025-07-14 22:05:55 -07:00
chrislu
7c22a23964
address some comments
2025-07-14 22:03:40 -07:00
chrislu
5ba551c1d8
adding cors support
2025-07-14 21:46:09 -07:00
548fa0b50a
chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.1 to 3.6.2 ( #6986 )
...
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd ) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/etcd-io/etcd/releases )
- [Commits](https://github.com/etcd-io/etcd/compare/v3.6.1...v3.6.2 )
---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
dependency-version: 3.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 19:51:05 -07:00
9bc791d3bf
chore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 ( #6983 )
...
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.34.0...v0.35.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-version: 0.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 19:50:52 -07:00
9985a12f84
chore(deps): bump github.com/redis/go-redis/v9 from 9.10.0 to 9.11.0 ( #6985 )
...
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com >
2025-07-14 19:31:16 -07:00
fc1818b911
chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 ( #6984 )
...
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 19:00:29 -07:00
5b456fd8c8
chore(deps): bump github.com/tarantool/go-tarantool/v2 from 2.3.2 to 2.4.0 ( #6982 )
...
chore(deps): bump github.com/tarantool/go-tarantool/v2
---
updated-dependencies:
- dependency-name: github.com/tarantool/go-tarantool/v2
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 16:37:18 -07:00
bac6d3af2e
chore(deps): bump github.com/rclone/rclone from 1.70.2 to 1.70.3 ( #6980 )
...
Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone ) from 1.70.2 to 1.70.3.
- [Release notes](https://github.com/rclone/rclone/releases )
- [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md )
- [Commits](https://github.com/rclone/rclone/compare/v1.70.2...v1.70.3 )
---
updated-dependencies:
- dependency-name: github.com/rclone/rclone
dependency-version: 1.70.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 16:37:06 -07:00
709ab84fdc
chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 ( #6979 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.41.0 to 0.42.0.
- [Commits](https://github.com/golang/net/compare/v0.41.0...v0.42.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.42.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 16:36:48 -07:00
0782c9c4b1
chore(deps): bump google.golang.org/api from 0.240.0 to 0.241.0 ( #6977 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.240.0 to 0.241.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.240.0...v0.241.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.241.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 14:43:18 -07:00
Andrei Kvapil and GitHub
f0d24461a4
Remove Cozystack specifics ( #6978 )
2025-07-14 13:57:55 -07:00
chrislu
44dfa793d5
Collecting volume locations for volumes before EC encoding
...
fix https://github.com/seaweedfs/seaweedfs/issues/6963
2025-07-14 12:17:33 -07:00
chrislu
606d516e34
add integration tests for ec
2025-07-14 12:17:33 -07:00
c967d2e926
chore(deps): bump golang.org/x/image from 0.28.0 to 0.29.0 ( #6975 )
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.28.0 to 0.29.0.
- [Commits](https://github.com/golang/image/compare/v0.28.0...v0.29.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-version: 0.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 12:13:40 -07:00
6808e00aa4
chore(deps): bump go.etcd.io/etcd/client/pkg/v3 from 3.6.1 to 3.6.2 ( #6976 )
...
Bumps [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd ) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/etcd-io/etcd/releases )
- [Commits](https://github.com/etcd-io/etcd/compare/v3.6.1...v3.6.2 )
---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/pkg/v3
dependency-version: 3.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 11:47:36 -07:00
8adc759156
chore(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 ( #6974 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/sync/compare/v0.15.0...v0.16.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 11:46:32 -07:00
66c54cd910
chore(deps): bump github.com/getsentry/sentry-go from 0.33.0 to 0.34.1 ( #6973 )
...
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go ) from 0.33.0 to 0.34.1.
- [Release notes](https://github.com/getsentry/sentry-go/releases )
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-go/compare/v0.33.0...v0.34.1 )
---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 11:46:22 -07:00
Andrei Kvapil and GitHub
660941138b
Introduce named volumes in Helm chart ( #6972 )
2025-07-14 11:00:02 -07:00
chrislu
a51d993aa9
ensure bucket exists
...
related to https://github.com/seaweedfs/seaweedfs/issues/6971
2025-07-14 09:55:35 -07:00
chrislu
406aaf7c14
increase upload limit via browser
2025-07-14 08:42:15 -07:00
chrislu
24eff93d9a
3.94
3.94
2025-07-13 20:31:31 -07:00