Browse Source

fmt

pull/7481/head
chrislu 3 weeks ago
parent
commit
ff95e1b5de
  1. 2
      weed/s3api/s3api_bucket_config.go

2
weed/s3api/s3api_bucket_config.go

@ -400,7 +400,7 @@ func (s3a *S3ApiServer) getBucketConfig(bucket string) (*BucketConfig, s3err.Err
} else {
glog.V(3).Infof("getBucketConfig: no Object Lock config found in extended attributes for bucket %s", bucket)
}
// Load bucket policy if present (for performance optimization)
config.BucketPolicy = loadBucketPolicyFromExtended(entry, bucket)
}

Loading…
Cancel
Save