-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add slicer as an option #831
Conversation
Signed-off-by: Evgenii Baidakov <[email protected]>
Signed-off-by: Evgenii Baidakov <[email protected]>
f3367c7
to
ca2d98a
Compare
Codecov Report
@@ Coverage Diff @@
## master #831 +/- ##
==========================================
- Coverage 34.05% 33.90% -0.16%
==========================================
Files 61 62 +1
Lines 10472 10519 +47
==========================================
Hits 3566 3566
- Misses 6505 6552 +47
Partials 401 401
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
cmd/s3-gw/app_settings.go
Outdated
// List of allowed AccessKeyID prefixes. | ||
cfgAllowedAccessKeyIDPrefixes = "allowed_access_key_id_prefixes" | ||
|
||
// envPrefix is an environment variables prefix used for configuration. | ||
envPrefix = "S3_GW" | ||
|
||
// Shows if slicer is enabled. If enabled slicer will be used for object put. | ||
cfgSlicerEnabled = "slicer.enabled" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
internal_slicer
? I'm not sure what would be the best name for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure, that I like internal in this case. Renamed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Internal for the S3 gateway. Otherwise it happens in the NeoFS node, thus can be considered external to the S3 gateway. Maybe there are better options.
closes #808 Signed-off-by: Evgenii Baidakov <[email protected]>
ca2d98a
to
39412e8
Compare
close #808