Browse Source

go fmt

pull/1794/head
Chris Lu 4 years ago
parent
commit
1bf22c0b5b
  1. 1
      weed/filer/filer_deletion.go
  2. 1
      weed/s3api/auth_credentials.go
  3. 1
      weed/s3api/s3_constants/s3_actions.go

1
weed/filer/filer_deletion.go

@ -151,4 +151,3 @@ func (f *Filer) deleteChunksIfNotNew(oldEntry, newEntry *Entry) {
}
f.DeleteChunks(toDelete)
}

1
weed/s3api/auth_credentials.go

@ -79,7 +79,6 @@ func (iam *IdentityAccessManagement) loadS3ApiConfigurationFromBytes(content []b
return nil
}
func (iam *IdentityAccessManagement) loadS3ApiConfiguration(config *iam_pb.S3ApiConfiguration) error {
var identities []*Identity
for _, ident := range config.Identities {

1
weed/s3api/s3_constants/s3_actions.go

@ -7,4 +7,3 @@ const (
ACTION_TAGGING = "Tagging"
ACTION_LIST = "List"
)
Loading…
Cancel
Save