Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Jan 7, 2025
1 parent a8d1f46 commit 65aca34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions object_storage_endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const (
// ObjectStorageEndpoint represents a linode object storage endpoint object
type ObjectStorageEndpoint struct {
Region string `json:"region"`

Check failure on line 18 in object_storage_endpoints.go

View workflow job for this annotation

GitHub Actions / lint-tidy

File is not properly formatted (gofmt)
S3Endpoint string `json:"s3_endpoint"`
EndpointType *ObjectStorageEndpointType `json:"endpoint_type"`
S3Endpoint *string `json:"s3_endpoint"`
EndpointType ObjectStorageEndpointType `json:"endpoint_type"`
}

// ListObjectStorageEndpoints lists all endpoints in all regions
Expand Down

0 comments on commit 65aca34

Please sign in to comment.