ARibster
d424cbbcd5
fix: S3 Feature: please add s3.idleTimeout command line parameter #6746 ( #6747 )
ildeTimeout command line parameter for s3
4 weeks ago
Taehyung Lim
0fbdedecc7
[s3] refactor duplicate put-object code paths ( #6727 )
4 weeks ago
ARibster
9f4be83e88
fix #6733 add s3.ip.bind command line parameter ( #6741 )
1 month ago
NyaMisty
8d0e6f1ead
fix: volume.list volume info output not in order ( #6737 )
1 month ago
Taehyung Lim
ea941462f9
[s3] use chunkedReader in PutObjectPartHandler to handle aws-chunked encoding ( #6725 )
1 month ago
Konstantin Lebedev
8c1cb203fa
[s3] fix checksum algorithm CRC64NVMe ( #6722 )
1 month ago
Lisandro Pin
cea34dc21a
Fix implementation of `master_pb.CollectionList` RPC call ( #6715 )
1 month ago
zuzuviewer
396a602f86
* Fix s3 auth failed with X-Forwarded-Host and X-Forwarded-Port ( #6698 )
2 months ago
Konstantin Lebedev
aa9121aa9d
Revert "[filer] void panic if s3opt.tlsCACertificate is nill" ( #6694 )
Revert "[filer] void panic if s3opt.tlsCACertificate is nill (#6685 )"
This reverts commit 4dca59ed27
.
2 months ago
Konstantin Lebedev
4dca59ed27
[filer] void panic if s3opt.tlsCACertificate is nill ( #6685 )
* fix issues/6684
* add s3.cacert.file option for filer
2 months ago
bwlfhu
0e08b83521
Fix volume ttl ( #6683 )
2 months ago
dependabot[bot]
216c52e377
chore(deps): bump gocloud.dev from 0.40.0 to 0.41.0 ( #6679 )
* chore(deps): bump gocloud.dev from 0.40.0 to 0.41.0
Bumps [gocloud.dev](https://github.com/google/go-cloud ) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/google/go-cloud/releases )
- [Commits](https://github.com/google/go-cloud/compare/v0.40.0...v0.41.0 )
---
updated-dependencies:
- dependency-name: gocloud.dev
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix error
* fix printing errors
* Update go.mod
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
2 months ago
chrislu
1af0b282db
skip logs
2 months ago
MaratKarimov
ba3afd1803
Tarantool filer store ( #6669 )
Co-authored-by: Marat Karimov <m.karimov@digitalms.ru>
2 months ago
Chris Lu
528702d30b
errors when reading uncached files from cloud drive ( #6674 )
fix https://github.com/seaweedfs/seaweedfs/issues/6672
2 months ago
alingse
46b3a71a1f
fix call writeJsonError with a nil value error after check another err ( #6673 )
the dbErr != nil and err is nil
when call writeJsonError with a nil value error, it may panic
2 months ago
Chris Lu
669a3917af
add lua redis store to ensure atomicity ( #6671 )
2 months ago
chrislu
9d8b975ff9
sync pb
2 months ago
chrislu
138b66231a
fix help message
2 months ago
Karol Będkowski
95746f48e6
feat/fix: add s3.cacert.file/tlsVerifyClientCert to filer command ( #6659 )
This prevent crash filler with nil pointer dereference as s3 expect this
parameters.
New two parameters are added to filer command - copy of s3 parameters:
- s3.cacert.file - path to the TLS CA certificate file
- s3.tlsVerifyClientCert - whether to verify the client's certificate
2 months ago
Tom Crasset
be2b389b81
add more logging for s3 signature ( #6652 )
2 months ago
Aleksey Kosov
43c3e80970
added a check for the nil value when requesting FindEntry. ( #6651 )
Co-authored-by: akosov <a.kosov@kryptonite.ru>
2 months ago
zuzuviewer
db759a1ad1
Fix s3 auth failed with X-Forwarded-Host and X-Forwarded-Port ( #6650 )
2 months ago
jang1lee
4ad669b2aa
Fixes files with TTL can not be read in a mounted folder ( #6646 )
2 months ago
chrislu
f99a818ad2
deal with handle not found when flushing
fix https://github.com/seaweedfs/seaweedfs/issues/6645#issuecomment-2737400492
2 months ago
chrislu
94bd8b39cf
refactor
2 months ago
chrislu
cb33ee006e
skip headers when signing a request
fix https://github.com/seaweedfs/seaweedfs/issues/6576#issuecomment-2724577279
2 months ago
SmoothDenis
e60aa71890
fix: restore deletion audit of individual objects ( #6644 )
2 months ago
chrislu
7244a3d047
set exit status
2 months ago
Weihao Jiang
75ef324533
Allow standalone webdav server to bind specific address ( #6403 )
* Allow standalone webdav to bind specific address
* Rename bindIp to ipBind
* Bind embedded webdav IP to its parent
2 months ago
chrislu
c45b8bd6ac
add more help message
fix https://github.com/seaweedfs/seaweedfs/issues/6625
3 months ago
jang1lee
f7f6e1158e
Fixes files with TTL are not listed in a mounted folder. ( #6621 )
3 months ago
Chris Lu
02773a6107
Accumulated changes for message queue ( #6600 )
* rename
* set agent address
* refactor
* add agent sub
* pub messages
* grpc new client
* can publish records via agent
* send init message with session id
* fmt
* check cancelled request while waiting
* use sessionId
* handle possible nil stream
* subscriber process messages
* separate debug port
* use atomic int64
* less logs
* minor
* skip io.EOF
* rename
* remove unused
* use saved offsets
* do not reuse session, since always session id is new after restart
remove last active ts from SessionEntry
* simplify printing
* purge unused
* just proxy the subscription, skipping the session step
* adjust offset types
* subscribe offset type and possible value
* start after the known tsns
* avoid wrongly set startPosition
* move
* remove
* refactor
* typo
* fix
* fix changed path
3 months ago
hoverseu
14cb8a24c6
[filer] UploadRequestToChunks: terminate the upload of remaining chunks as early as possible might be more reasonable when one chunk upload goroutine encounters a failure. ( #6610 )
3 months ago
NinaLua
271505717e
chore: make function comment match function name ( #6607 )
3 months ago
lizhengui007
61249d8dde
clear cache directory when mount exits ( #6605 )
Signed-off-by: lizhengui <lizhengui@virtaitech.com>
Co-authored-by: lizhengui <lizhengui@virtaitech.com>
3 months ago
tiaoxizhan
533b675ec8
fix: fix the wrong error return value ( #6603 )
3 months ago
chrislu
2259662c7b
adjust logs
3 months ago
Lisandro Pin
c07596691c
`ec.encode`: Fix resolution of target collections. ( #6585 )
* Don't ignore empty (`""`) collection names when computing collections for a given volume ID.
* `ec.encode`: Fix resolution of target collections.
When no `volumeId` parameter is provided, compute volumes
based on the provided collection name, even if it's empty (`""`).
This restores behavior to before recent EC rebalancing rework. See also
ec30a504ba/weed/shell/command_ec_encode.go (L99)
.
3 months ago
Lisandro Pin
76a111f0a2
Fix calculation of node's free EC shard slots. ( #6584 )
3 months ago
chrislu
314f211260
Update filer.toml
3 months ago
chrislu
9bd4c47299
update redis support status
3 months ago
chrislu
4613186e8a
not planning to redis3
3 months ago
chrislu
476aabb04b
Update README.txt
3 months ago
Chris Lu
df436d342b
add cassandra2 ( #6582 )
3 months ago
chrislu
b977e0b3b2
minor
3 months ago
Aleksey Kosov
ef4eda0761
added re-generating and writing the Volume UUID if it is empty ( #6568 )
3 months ago
Changrui Chen
be74548cb5
fix: error info size bug in command_fs_merge_volumes.go ( #6567 )
3 months ago
chrislu
299e372b48
prevent reading wrong data
fix https://github.com/seaweedfs/seaweedfs/issues/6565
3 months ago
chrislu
60c9a7496d
Delete broker.go
3 months ago