You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return0, RedactErrorf("403 Forbidden attempting to access %s. Bucket user must have Bucket Full Access and Bucket Admin roles to retrieve version pruning window.", UD(uri))
486
+
} elseifstatusCode!=http.StatusOK {
487
+
return0, fmt.Errorf("failed with status code %d", statusCode)
CompactIntervaluint32// Interval in seconds between compaction is automatically ran - 0 means don't run
189
-
SGReplicateOptionsSGReplicateOptions
190
-
SlowQueryWarningThreshold time.Duration
191
-
QueryPaginationLimitint// Limit used for pagination of queries. If not set defaults to DefaultQueryPaginationLimit
192
-
UserXattrKeystring// Key of user xattr that will be accessible from the Sync Function. If empty the feature will be disabled.
193
-
ClientPartitionWindow time.Duration
194
-
BcryptCostint
195
-
GroupIDstring
196
-
JavascriptTimeout time.Duration// Max time the JS functions run for (ie. sync fn, import filter)
197
-
UseLegacySyncDocsIndexbool
198
-
ScopesScopesOptions
199
-
MetadataStore base.DataStore// If set, use this location/connection for SG metadata storage - if not set, metadata is stored using the same location/connection as the bucket used for data storage.
200
-
MetadataIDstring// MetadataID used for metadata storage
201
-
BlipStatsReportingIntervalint64// interval to report blip stats in milliseconds
202
-
ChangesRequestPlusbool// Sets the default value for request_plus, for non-continuous changes feeds
203
-
ConfigPrincipals*ConfigPrincipals
204
-
TestPurgeIntervalOverride*time.Duration// If set, use this value for db.GetMetadataPurgeInterval - test seam to force specific purge interval for tests
CompactIntervaluint32// Interval in seconds between compaction is automatically ran - 0 means don't run
191
+
SGReplicateOptionsSGReplicateOptions
192
+
SlowQueryWarningThreshold time.Duration
193
+
QueryPaginationLimitint// Limit used for pagination of queries. If not set defaults to DefaultQueryPaginationLimit
194
+
UserXattrKeystring// Key of user xattr that will be accessible from the Sync Function. If empty the feature will be disabled.
195
+
ClientPartitionWindow time.Duration
196
+
BcryptCostint
197
+
GroupIDstring
198
+
JavascriptTimeout time.Duration// Max time the JS functions run for (ie. sync fn, import filter)
199
+
UseLegacySyncDocsIndexbool
200
+
ScopesScopesOptions
201
+
MetadataStore base.DataStore// If set, use this location/connection for SG metadata storage - if not set, metadata is stored using the same location/connection as the bucket used for data storage.
202
+
MetadataIDstring// MetadataID used for metadata storage
203
+
BlipStatsReportingIntervalint64// interval to report blip stats in milliseconds
204
+
ChangesRequestPlusbool// Sets the default value for request_plus, for non-continuous changes feeds
205
+
ConfigPrincipals*ConfigPrincipals
206
+
TestPurgeIntervalOverride*time.Duration// If set, use this value for db.GetMetadataPurgeInterval - test seam to force specific purge interval for tests
207
+
TestVersionPruningWindowOverride*time.Duration// If set, use this value for db.GetVersionPruningWindow - test seam to force specific pruning window for tests
0 commit comments