Skip to content

Conversation

@luoyuxia
Copy link
Contributor

Purpose

Linked issue: close #215

Brief change log

Tests

API and Format

Documentation

[features]
default = ["storage-memory", "storage-fs", "storage-s3"]
storage-all = ["storage-memory", "storage-fs", "storage-s3"]
default = ["storage-memory", "storage-fs"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove storage-s3 from default which avoid oss users include it though they don't need.

default = ["storage-memory", "storage-fs", "storage-s3"]
storage-all = ["storage-memory", "storage-fs", "storage-s3"]
default = ["storage-memory", "storage-fs"]
storage-all = ["storage-memory", "storage-fs", "storage-s3", "storage-oss"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for s3 users:

fluss = { version = "x.x", features = ["storage-s3"] }

for oss users

fluss = { version = "x.x", features = ["storage-oss"] }

@luoyuxia
Copy link
Contributor Author

I'll verify it before ready to review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support read remote log segement in Aliyun OSS

1 participant